Difference between revisions of "NCScriptsObjectEventHandling"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
Line 1: Line 1:
<p style="color: #DDDD88;font-size: 22px;width:60%;margin: 0 auto">Event Handler By Type</p>
+
<p style="color: #DDDD88;font-size: 22px;width:60%;margin: 0 auto">Event Handler & Examples</p>
  
 
<center>
 
<center>

Revision as of 19:41, 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