Difference between revisions of "NDGIG"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
Line 39: Line 39:
 
|-
 
|-
 
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">GetCurrentObject() || .
 
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">GetCurrentObject() || .
 +
|}
 +
</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">GetInitializerFromTemplate() || .
 
|}
 
|}
 
</center>
 
</center>
Line 60: Line 71:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">GetRegionAtLoc() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">GetPath() || .
 +
|}
 +
</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">GetRegionsAtLoc() || .
 +
|}
 +
</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">GetSmallestRegionAtLoc() || .
 +
|}
 +
</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">GetTemplateData() || .
 
|}
 
|}
 
</center>
 
</center>
Line 72: Line 116:
 
|-
 
|-
 
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">GetTemplateObjVar() || .
 
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">GetTemplateObjVar() || .
 +
|}
 +
</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">GetTemplateObjectBounds() || .
 +
|}
 +
</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">GetTempmlateObjectName() || .
 
|}
 
|}
 
</center>
 
</center>
Line 90: Line 156:
 
</div>
 
</div>
  
 +
<center>
 +
{| class="wikitable" | style="width: 60%"
 +
|-
 +
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">GetTemplateRoofBounds() || .
 +
|}
 +
</center>
 +
<p style="width: 60%;margin: 0 auto">Example</p>
 +
<div style="width:60%;margin: 0 auto">
 +
  CODE EXAMPLE BLOCK
 +
</div>
 
<center>
 
<center>
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"

Revision as of 19:27, 12 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

GetCollisionInfoAtLoc()

.

Example

 CODE EXAMPLE BLOCK

GetCurrentModule()

.

Example

 CODE EXAMPLE BLOCK

GetCurrentObject()

.

Example

 CODE EXAMPLE BLOCK

GetInitializerFromTemplate()

.

Example

 CODE EXAMPLE BLOCK

GetRegion()

.

Example

 CODE EXAMPLE BLOCK

GetPath()

.

Example

 CODE EXAMPLE BLOCK

GetRegionsAtLoc()

.

Example

 CODE EXAMPLE BLOCK

GetSmallestRegionAtLoc()

.

Example

 CODE EXAMPLE BLOCK

GetTemplateData()

.

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