Difference between revisions of "NDServerIndexScriptsMain"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
Line 1: Line 1:
 
<center><p style="color: #DDDD88;font-size: 24px">General Script Information</p></center>
 
<center><p style="color: #DDDD88;font-size: 24px">General Script Information</p></center>
<center><p style="width: 60%">Below is a table showing the various script areas, here is a [https://adminwiki.legendsofaria.com/lua-reference/ Legends of Aria Lua Reference]. </p></center>
+
<center><p style="width: 60%">Below is a table showing the various script examples, here is a [https://adminwiki.legendsofaria.com/lua-reference/ Legends of Aria Lua Reference]. </p></center>
 
<center>
 
<center>
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
Line 6: Line 6:
 
! Reference!! Description
 
! Reference!! Description
 
|-
 
|-
|style="width: 25%"| [[NCReferenceClientId|Client Id]] || A list of client objects provided by Legends of Aria.
+
|style="width: 25%"| [[NCScriptsGlobalFunctions|Global Functions]] || Section devoted to Global Function Examples.
 
|-
 
|-
| [[NCReferenceEffects|Effects]] || A list of effects provided by Legends of Aria.
+
| [[NCScriptsObjectFunctions|Object Functions]] || Section devoted to Object Function Examples.
 
|-
 
|-
| [[NCReferenceFMOD Audio|FMOD Audio]] || A list of sounds provided by Legends of Aria.  
+
| [[NCScriptsObjectEventHandling|Event Handling]] || Section devoted to Event Handling Examples.
|-
 
| [[NCReferenceObjectCollision|Object Collision]] || Collision bounds for client objects provided by Legends of Aria.
 
|-
 
| [[NCReferenceObjectTags|ObjectTags]] || Object definitions provided by Legends of Aria.
 
|-
 
| [[NCReferencePrefabs|Prefabs]] || Prefab objects provided by Legends of Aria.
 
|-
 
| [[NCReferenceTextures|Texture]] || A list of textures provided by Legends of Aria.
 
|-
 
| [[NCReferenceVariation|Variation]] || Variant Information about client objects provided by Legends of Aria.
 
|}
 
 
</center>
 
</center>

Revision as of 02:33, 8 November 2019

General Script Information

Below is a table showing the various script examples, here is a Legends of Aria Lua Reference.

Reference Description
Global Functions Section devoted to Global Function Examples.
Object Functions Section devoted to Object Function Examples.
Event Handling Section devoted to Event Handling Examples.