Difference between revisions of "NDServerIndexScriptsMain"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
Line 14: Line 14:
 
|-
 
|-
 
| [[NCScriptsDynamicWindows|Dynamic Windows]] || Section devoted to Dynamic Window Examples.
 
| [[NCScriptsDynamicWindows|Dynamic Windows]] || Section devoted to Dynamic Window Examples.
 +
|-
 +
| [[NCScriptsDynamicSpawners|Dynamic Spawner]] || Section devoted to Dynamic Spawner Examples.
 
|}
 
|}
 
</center>
 
</center>

Revision as of 16:28, 7 December 2019

[Main]

General Function Information

Below is a table showing the various lua function examples by category.Global functions are what the seam to be globally access across all scripts. The Object functions are child functions of the GameObj that allow you to do things such as movement, coloring and other modifications. Finally if you are looking for the white paper version here is the official 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.
Dynamic Windows Section devoted to Dynamic Window Examples.
Dynamic Spawner Section devoted to Dynamic Spawner Examples.