Difference between revisions of "NCScriptsObjectEventHandling"
Line 1: | Line 1: | ||
+ | <p style="width:60%;margin: 0 auto">[[NewDawnHome|[Main]]] [[NDServerIndexScriptsMain|[Lua Examples]]]</p> | ||
<p style="color: #DDDD88;font-size: 22px;width:60%;margin: 0 auto">Event Handler & Examples</p> | <p style="color: #DDDD88;font-size: 22px;width:60%;margin: 0 auto">Event Handler & Examples</p> | ||
− | |||
<center> | <center> | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" |
Revision as of 20:03, 11 November 2019
Event Handler & Examples
Arrived |
. |
Example
CODE BLOCK
CharacterListRequestResult |
. |
Example
CODE BLOCK
ClientObjectCommand |
. |
Example
CODE BLOCK
ClientTargetAnyObjResponse |
. |
Example
CODE BLOCK
ClientTargetGameObjResponse |
. |
Example
CODE BLOCK
ContextMenuResponse |
. |
Example
CODE BLOCK
CreatedObject |
. |
Example
CODE BLOCK
DestroyAllComplete |
. |
Example
CODE BLOCK
DestroyedObject |
. |
Example
CODE BLOCK
DynamicWindowResponse |
. |
Example
CODE BLOCK
EnterView |
. |
Example
CODE BLOCK
GetBanListResult |
. |
Example
CODE BLOCK
GlobalVarUpdateResult |
. |
Example
CODE BLOCK
ItemEquipped |
. |
Example
CODE BLOCK
ItemUnEquipped |
. |
Example
CODE BLOCK
LoadedFromBackup |
. |
Example
CODE BLOCK
LeaveView |
. |
Example
CODE BLOCK
CreatedObject |
. |
Example
CODE BLOCK
ModuleAttached |
. |
Example
CODE BLOCK
PathingInterrupted |
. |
Example
CODE BLOCK
PlayerSpeech |
. |
Example
CODE BLOCK
RequestEquip |
. |
Example
CODE BLOCK
RequestPickUp |
. |
Example
CODE BLOCK
StartMoving |
. |
Example
CODE BLOCK
StopMoving |
. |
Example
CODE BLOCK
Timer |
. |
Example
CODE BLOCK
Use |
. |
Example
CODE BLOCK
UserLogin |
. |
Example
CODE BLOCK
UserLogout |
. |
Example
CODE BLOCK