Difference between revisions of "NCScriptsObjectEventHandling"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
Line 27: Line 27:
 
|-
 
|-
 
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ClientTargetAnyObjResponse</p> || .
 
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ClientTargetAnyObjResponse</p> || .
 +
|}
 +
</center>
 +
<p style="width: 60%;margin: 0 auto">Example</p>
 +
<div style="width:60%;margin: 0 auto">
 +
  CODE BLOCK
 +
</div>
 +
 +
<center>
 +
{| class="wikitable" | style="width: 60%"
 +
|-
 +
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ClientTargetGameObjResponse</p> || .
 
|}
 
|}
 
</center>
 
</center>
Line 59: Line 70:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ClientUserCommand</p> || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ClientTargetLocResponse</p> || .
 
|}
 
|}
 
</center>
 
</center>

Revision as of 19:34, 11 November 2019

Event Handler By Type

Arrived

.

Example

 CODE BLOCK

ClientObjectCommand

.

Example

 CODE BLOCK

ClientTargetAnyObjResponse

.

Example

 CODE BLOCK

ClientTargetGameObjResponse

.

Example

 CODE BLOCK

CreatedObject

.

Example

 CODE BLOCK

CreatedObject

.

Example

 CODE BLOCK

ClientTargetLocResponse

.

Example

 CODE BLOCK

ClientTargetAnyObjResponse

.

Example

 CODE BLOCK

CreatedObject

.

Example

 CODE BLOCK

CreatedObject

.

Example

 CODE BLOCK

DestroyAllComplete

.

Example

 CODE BLOCK

DestroyedObject

.

Example

 CODE BLOCK

EnterView

.

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