NDGIL
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