Difference between revisions of "NDServerIndexScriptsMain"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<center><p style="color: #DDDD88;font-size: 24px">General Function Information</p></center>
+
<p style="width:60%;margin: 0 auto">[[NewDawnHome|[Main]]]</p>
<center><p style="width: 60%">Below is a table showing the various lua function examples, here is a [https://adminwiki.legendsofaria.com/lua-reference/ Legends of Aria Lua Reference]. </p></center>
+
<p style="color: #DDDD88;font-size: 24px;width:60%;margin: 0 auto">General Function Information</p>
 +
<p style="width: 60%;margin: 0 auto">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 [https://adminwiki.legendsofaria.com/lua-reference/ Legends of Aria Lua Reference]. </p>
 
<center>
 
<center>
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
Line 6: Line 7:
 
! Reference!! Description
 
! Reference!! Description
 
|-
 
|-
|style="width: 25%"| [[NCScriptsGlobalFunctions|Global Functions]] || Section devoted to Global Function Examples.
+
|style="width: 25%"| [[NDGIA|Global Functions]] || Section devoted to Global Function Examples.
 
|-
 
|-
| [[NCScriptsObjectFunctions|Object Functions]] || Section devoted to Object Function Examples.
+
| [[NDOIA|Object Functions]] || Section devoted to Object Function Examples.
 
|-
 
|-
 
| [[NCScriptsObjectEventHandling|Event Handling]] || Section devoted to Event Handling Examples.
 
| [[NCScriptsObjectEventHandling|Event Handling]] || Section devoted to Event Handling Examples.
 +
|-
 +
| [[NCScriptsDynamicWindows|Dynamic Windows]] || Section devoted to Dynamic Window Examples.
 
|}
 
|}
 
</center>
 
</center>

Latest revision as of 06:33, 9 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.