Difference between revisions of "NCScriptsObjectEventHandling"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
Line 3: Line 3:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">LoadedFromBackup</p> || This event fires when the object is loaded from backup.
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">LoadedFromBackup</p> || .
 
|}
 
|}
 
</center>
 
</center>
<p style="width: 60%;margin: 0 auto">Example of handling the LoadedFromBackup event</p>
+
<p style="width: 60%;margin: 0 auto">Example</p>
 
<div style="width:60%;margin: 0 auto">
 
<div style="width:60%;margin: 0 auto">
  CODE BLOCK
 
  CODE BLOCK
 
 
   CODE BLOCK
 
   CODE BLOCK
 
</div>
 
</div>

Revision as of 19:22, 11 November 2019

Event Handler By Type

LoadedFromBackup

.

Example

 CODE BLOCK