Difference between revisions of "NDServerIndexScriptsMain"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
(Created page with "[https://adminwiki.legendsofaria.com/lua-reference/ Legends of Aria Lua Reference]")
 
Line 1: Line 1:
[https://adminwiki.legendsofaria.com/lua-reference/ Legends of Aria Lua Reference]
+
<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>
 +
{| class="wikitable" | style="width: 60%"
 +
|-
 +
! Reference!! Description
 +
|-
 +
|style="width: 25%"| [[NCReferenceClientId|Client Id]] || A list of client objects provided by Legends of Aria.
 +
|-
 +
| [[NCReferenceEffects|Effects]] || A list of effects provided by Legends of Aria.
 +
|-
 +
| [[NCReferenceFMOD Audio|FMOD Audio]] || A list of sounds provided by Legends of Aria.
 +
|-
 +
| [[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>

Revision as of 02:29, 8 November 2019

General Script Information

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

Reference Description
Client Id A list of client objects provided by Legends of Aria.
Effects A list of effects provided by Legends of Aria.
FMOD Audio A list of sounds provided by Legends of Aria.
Object Collision Collision bounds for client objects provided by Legends of Aria.
ObjectTags Object definitions provided by Legends of Aria.
Prefabs Prefab objects provided by Legends of Aria.
Texture A list of textures provided by Legends of Aria.
Variation Variant Information about client objects provided by Legends of Aria.