Difference between revisions of "NDGIS"
Line 6: | Line 6: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">SaveSeedGroup()</p> || Save seed objects for a specific seed group<br>{ | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">SaveSeedGroup()</p> || Save seed objects for a specific seed group<br>table_template = {<br> |
− | Template = templateId, | + | Template = templateId,<br> |
− | Position = pos, | + | Position = pos,<br> |
− | Rotation = rot, | + | Rotation = rot,<br> |
− | Scale = scale, | + | Scale = scale,<br> |
− | ObjVarOverrides = { Name = Value, Name = Value ... }, | + | ObjVarOverrides = { Name = Value, Name = Value ... },<br> |
− | SharedStateOverrides = { Name = Value, Name = Value ... }, | + | SharedStateOverrides = { Name = Value, Name = Value ... },<br> |
}. | }. | ||
|} | |} |
Revision as of 20:21, 23 November 2019
Global Functions & Examples
SaveSeedGroup() |
Save seed objects for a specific seed group table_template = { Template = templateId, |
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