Difference between revisions of "NDGIS"
Line 24: | Line 24: | ||
{| class="wikitable" | style="width: 60%" | {| class="wikitable" | style="width: 60%" | ||
|- | |- | ||
− | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">SaveTemplateData()</p> || . | + | |style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">SaveTemplateData()</p>Params<br>templatedata - template table data<br>categoryname - category name<br>templatename - template name<br>Returns<br>bool - true if save was successful, false if not || Save template data to a template. |
|} | |} | ||
</center> | </center> |
Revision as of 20:27, 23 November 2019
Global Functions & Examples
SaveSeedGroup() Paramsseedgroup - 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, |
Example
CODE EXAMPLE BLOCK
SaveTemplateData() Paramstemplatedata - template table data categoryname - category name templatename - template name Returns bool - true if save was successful, false if not |
Save template data to a template. |
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