Difference between revisions of "NDGIG"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
Line 7: Line 7:
 
|-
 
|-
 
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">GetAllRegions() || .
 
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">GetAllRegions() || .
 +
|}
 +
</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">GetAllSeedGroups() || .
 
|}
 
|}
 
</center>
 
</center>

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

GetAllRegions()

.

Example

 CODE EXAMPLE BLOCK

GetAllSeedGroups()

.

Example

 CODE EXAMPLE BLOCK

GetAllTemplateNames()

.

Example

 CODE EXAMPLE BLOCK

GetBans()

.

Example

 CODE EXAMPLE BLOCK

GetCharacterListForUser()

.

Example

 CODE EXAMPLE BLOCK

GetCollisionInfoAtLoc()

.

Example

 CODE EXAMPLE BLOCK

GetCurrentModule()

.

Example

 CODE EXAMPLE BLOCK

GetCurrentObject()

.

Example

 CODE EXAMPLE BLOCK

GetInitializerFromTemplate()

.

Example

 CODE EXAMPLE BLOCK

GetPrefabExtents()

.

Example

 CODE EXAMPLE BLOCK

GetLuaProfilingEnabled()

.

Example

 CODE EXAMPLE BLOCK

GetRegion()

.

Example

 CODE EXAMPLE BLOCK

GetPath()

.

Example

 CODE EXAMPLE BLOCK

GetRegionsAtLoc()

.

Example

 CODE EXAMPLE BLOCK

GetSmallestRegionAtLoc()

.

Example

 CODE EXAMPLE BLOCK

GetTemplateCategories()

.

Example

 CODE EXAMPLE BLOCK

GetTemplateData()

.

Example

 CODE EXAMPLE BLOCK

GetTemplateIconId()

.

Example

 CODE EXAMPLE BLOCK

GetTemplateObjVar()

.

Example

 CODE EXAMPLE BLOCK

GetTemplateObjectBounds()

.

Example

 CODE EXAMPLE BLOCK

GetTempmlateObjectName()

.

Example

 CODE EXAMPLE BLOCK

GetTemplateObjectProperty()

.

Example

 CODE EXAMPLE BLOCK

GetTemplateRoofBounds()

.

Example

 CODE EXAMPLE BLOCK

GetViewObjectCount()

.

Example

 CODE EXAMPLE BLOCK

GetViewObjects()

.

Example

 CODE EXAMPLE BLOCK