NDGIL

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search

[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