Difference between revisions of "NDOIS"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 +
<p style="width:60%;margin: 0 auto">[[NewDawnHome|[Main]]] [[NDServerIndexScriptsMain|[Lua Examples]]]</p>
 
<center><p style="width: 60%">[[NDOIA|A]][[NDOIB|B]][[NDOIC|C]][[NDOID|D]][[NDOIE|E]][[NDOIF|F]][[NDOIG|G]][[NDOIH|H]][[NDOII|I]][[NDOIJ|J]][[NDOIK|K]][[NDOIL|L]][[NDOIM|M]][[NDOIN|N]][[NDOIO|O]][[NDOIP|P]][[NDOIQ|Q]][[NDOIR|R]][[NDOIS|S]][[NDOIT|T]][[NDOIU|U]][[NDOIV|V]][[NDOIW|W]][[NDOIX|X]][[NDOIY|Y]][[NDOIZ|Z]]</p></center>
 
<center><p style="width: 60%">[[NDOIA|A]][[NDOIB|B]][[NDOIC|C]][[NDOID|D]][[NDOIE|E]][[NDOIF|F]][[NDOIG|G]][[NDOIH|H]][[NDOII|I]][[NDOIJ|J]][[NDOIK|K]][[NDOIL|L]][[NDOIM|M]][[NDOIN|N]][[NDOIO|O]][[NDOIP|P]][[NDOIQ|Q]][[NDOIR|R]][[NDOIS|S]][[NDOIT|T]][[NDOIU|U]][[NDOIV|V]][[NDOIW|W]][[NDOIX|X]][[NDOIY|Y]][[NDOIZ|Z]]</p></center>
 
<p style="color: #DDDD88;font-size: 22px;width:60%;margin: 0 auto">Object Functions & Examples</p>
 
<p style="color: #DDDD88;font-size: 22px;width:60%;margin: 0 auto">Object Functions & Examples</p>

Latest revision as of 20:09, 11 November 2019

[Main] [Lua Examples]

ABCDEFGHIJKLMNOPQRSTUVWXYZ

Object Functions & Examples

SendClientMessage()

.

Example

 CODE EXAMPLE BLOCK

SendCloseContainer()

.

Example

 CODE EXAMPLE BLOCK

SendMessage()

.

Example

 CODE EXAMPLE BLOCK

SendMessageGlobal()

.

Example

 CODE EXAMPLE BLOCK

SendOpenContainer()

.

Example

 CODE EXAMPLE BLOCK

SendPickupFailed()

.

Example

 CODE EXAMPLE BLOCK

SetAppearanceFromTemplate()

.

Example

 CODE EXAMPLE BLOCK

SetBaseMoveSpeed()

.

Example

 CODE EXAMPLE BLOCK

SetCloak()

.

Example

 CODE EXAMPLE BLOCK

SetCollisionBoundsFromTemplate()

.

Example

 CODE EXAMPLE BLOCK

SetColor()

.

Example

 CODE EXAMPLE BLOCK

SetFacing()

.

Example

 CODE EXAMPLE BLOCK

SetHideNearbyMobiles()

.

Example

 CODE EXAMPLE BLOCK

SetHue()

.

Example

 CODE EXAMPLE BLOCK

SetMaxMoveSpeedModifier()

.

Example

 CODE EXAMPLE BLOCK

SetMobileFrozen()

.

Example

 CODE EXAMPLE BLOCK

SetMobileType()

.

Example

 CODE EXAMPLE BLOCK

SetName()

.

Example

 CODE EXAMPLE BLOCK

SetObjVar()

.

Example

 CODE EXAMPLE BLOCK

SetObjectOwner()

.

Example

 CODE EXAMPLE BLOCK

SetObjectTag()

.

Example

 CODE EXAMPLE BLOCK

SetRestrictedStatUpdateLevel()

.

Example

 CODE EXAMPLE BLOCK

SetRotation()

.

Example

 CODE EXAMPLE BLOCK

SetScale()

.

Example

 CODE EXAMPLE BLOCK

SetSharedObjectProperty()

.

Example

 CODE EXAMPLE BLOCK

SetStatMaxValue()

.

Example

 CODE EXAMPLE BLOCK

SetStatRegenValue()

.

Example

 CODE EXAMPLE BLOCK

SetStatValue()

.

Example

 CODE EXAMPLE BLOCK

SetStatVisibility()

.

Example

 CODE EXAMPLE BLOCK

SetUpdateRange()

.

Example

 CODE EXAMPLE BLOCK

SetWorldPosition()

.

Example

 CODE EXAMPLE BLOCK

ScheduleDecay()

.

Example

 CODE EXAMPLE BLOCK

ScheduleTimerAtMS()

.

Example

 CODE EXAMPLE BLOCK

ScheduleTimerAtUTC()

.

Example

 CODE EXAMPLE BLOCK

ScheduleTimerDelay()

.

Example

 CODE EXAMPLE BLOCK

StopEffect()

.

Example

 CODE EXAMPLE BLOCK

StopLocalEffect()

.

Example

 CODE EXAMPLE BLOCK

StopMoving()

.

Example

 CODE EXAMPLE BLOCK

StopMusic()

.

Example

 CODE EXAMPLE BLOCK

StopObjectSound()

.

Example

 CODE EXAMPLE BLOCK

SystemMessage()

.

Example

 CODE EXAMPLE BLOCK