NDGIS

From Legends of Aria Admin and Modding Wiki
Revision as of 20:24, 23 November 2019 by Gizmo (talk | contribs)
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

SaveSeedGroup()

Params
seedgroup - seed group to save
bool - Should this group be excluded from the list of seed groups that are initially loaded
seedobjectsarray - Array of seed object data in the side table format to the right.
Save seed objects for a specific seed group
table_template = {

Template = templateId,
Position = pos,
Rotation = rot,
Scale = scale,
ObjVarOverrides = { Name = Value, Name = Value ... },
SharedStateOverrides = { Name = Value, Name = Value ... },
}.

Example

 CODE EXAMPLE BLOCK

SaveTemplateData()

.

Example

 CODE EXAMPLE BLOCK

SendMessageToPlugin()

.

Example

 CODE EXAMPLE BLOCK

SendRemoteMessage()

.

Example

 CODE EXAMPLE BLOCK

SendRequestToPlugin()

.

Example

 CODE EXAMPLE BLOCK

ServerTimeMs()

.

Example

 CODE EXAMPLE BLOCK

SetEvent()

.

Example

 CODE EXAMPLE BLOCK

SetLuaDebugLevel()

.

Example

 CODE EXAMPLE BLOCK

SetLuaProfilingEnabled()

.

Example

 CODE EXAMPLE BLOCK

SortedSetEvent()

.

Example

 CODE EXAMPLE BLOCK

SortedSetScoreEvent()

.

Example

 CODE EXAMPLE BLOCK

ShutdownServer()

.

Example

 CODE EXAMPLE BLOCK