Difference between revisions of "NDGIL"
(One intermediate revision by the same user not shown) | |||
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">LuaGCAall() || . | + | |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> | ||
+ | <p style="width: 60%;margin: 0 auto">Example</p> | ||
+ | <div style="width:60%;margin: 0 auto"> | ||
+ | CODE EXAMPLE BLOCK | ||
+ | </div> | ||
+ | |||
+ | <center> | ||
+ | {| class="wikitable" | style="width: 60%" | ||
+ | |- | ||
+ | |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
Global Functions & Examples
LoadSeeds() Paramstable - 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() Paramsmessage - 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() Paramscommandname - command to forward |
Used to pass a luagc command to every lua virtual machine. |
Example
CODE EXAMPLE BLOCK