Difference between revisions of "NDGIL"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
 
Line 6: Line 6:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">LoadSeeds() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">LoadSeeds()</p>Params<br>table - Optional list of groups to load (if empty, loads the default groups for this region which is ALL seed groups) || Load seed objects.
 
|}
 
|}
 
</center>
 
</center>
Line 17: Line 17:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">LuaDebugCallStack() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">LuaDebugCallStack()</p>Params<br>message - optional message to insert at the beginning of the output || Prints to the log the lua stack trace for the current location (useful for finding out where a function is being called).
 
|}
 
|}
 
</center>
 
</center>
Line 28: Line 28:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">LuaGCAall() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">LuaGCAall()</p>Params<br>commandname - command to forward || Used to pass a luagc command to every lua virtual machine.
 
|}
 
|}
 
</center>
 
</center>

Latest revision as of 19:54, 23 November 2019

[Main] [Lua Examples]

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Global Functions & Examples

LoadSeeds()

Params
table - Optional list of groups to load (if empty, loads the default groups for this region which is ALL seed groups)
Load seed objects.

Example

 CODE EXAMPLE BLOCK

LuaDebugCallStack()

Params
message - optional message to insert at the beginning of the output
Prints to the log the lua stack trace for the current location (useful for finding out where a function is being called).

Example

 CODE EXAMPLE BLOCK

LuaGCAall()

Params
commandname - command to forward
Used to pass a luagc command to every lua virtual machine.

Example

 CODE EXAMPLE BLOCK