Difference between revisions of "NDGIR"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
Line 13: Line 13:
 
   CODE EXAMPLE BLOCK
 
   CODE EXAMPLE BLOCK
 
</div>
 
</div>
 +
 
<center>
 
<center>
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
Line 28: Line 29:
 
|-
 
|-
 
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">RegisterSingleEventHandler() || .
 
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">RegisterSingleEventHandler() || .
 +
|}
 +
</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">ReloadModule() || .
 +
|}
 +
</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">ReloadTemplates() || .
 
|}
 
|}
 
</center>
 
</center>

Revision as of 03:24, 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

RefreshView()

.

Example

 CODE EXAMPLE BLOCK

RegisterEventHandler()

.

Example

 CODE EXAMPLE BLOCK

RegisterSingleEventHandler()

.

Example

 CODE EXAMPLE BLOCK

ReloadModule()

.

Example

 CODE EXAMPLE BLOCK

ReloadTemplates()

.

Example

 CODE EXAMPLE BLOCK