Difference between revisions of "NDGIS"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
Line 40: Line 40:
 
|-
 
|-
 
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">SetLuaProfilingEnabled() || .
 
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">SetLuaProfilingEnabled() || .
 +
|}
 +
</center>
 +
<p style="width: 60%;margin: 0 auto">Example</p>
 +
<div style="width:60%;margin: 0 auto">
 +
  CODE EXAMPLE BLOCK
 +
</div>
 +
 +
<center>
 +
{| class="wikitable" | style="width: 60%"
 +
|-
 +
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">ShutdownServer() || .
 
|}
 
|}
 
</center>
 
</center>

Revision as of 03:25, 13 November 2019

[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

SaveTemplateData()

.

Example

 CODE EXAMPLE BLOCK

ServerTimeMs()

.

Example

 CODE EXAMPLE BLOCK

SetLuaDebugLevel()

.

Example

 CODE EXAMPLE BLOCK

SetLuaProfilingEnabled()

.

Example

 CODE EXAMPLE BLOCK

ShutdownServer()

.

Example

 CODE EXAMPLE BLOCK