Difference between revisions of "NDOIH"

From Legends of Aria Admin and Modding Wiki
Jump to: navigation, search
Line 5: Line 5:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasAccessLevel() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasAccessLevel()</p> || .
 
|}
 
|}
 
</center>
 
</center>
Line 16: Line 16:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasEventHandler() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasEventHandler()</p>  || .
 
|}
 
|}
 
</center>
 
</center>
Line 27: Line 27:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasLineOfSightToLoc() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasLineOfSightToLoc()</p>  || .
 
|}
 
|}
 
</center>
 
</center>
Line 38: Line 38:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasLineOfSightToObj() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasLineOfSightToObj()</p>  || .
 
|}
 
|}
 
</center>
 
</center>
Line 49: Line 49:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasObjVar() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasObjVar()</p>  || .
 
|}
 
|}
 
</center>
 
</center>
Line 60: Line 60:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasObjectTag() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasObjectTag()</p>  || .
 
|}
 
|}
 
</center>
 
</center>
Line 71: Line 71:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasModule() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasModule()</p>  || .
 
|}
 
|}
 
</center>
 
</center>
Line 82: Line 82:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasSharedObjectProperty() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasSharedObjectProperty()</p>  || .
 
|}
 
|}
 
</center>
 
</center>
Line 93: Line 93:
 
{| class="wikitable" | style="width: 60%"
 
{| class="wikitable" | style="width: 60%"
 
|-
 
|-
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasTimer() || .
+
|style="width: 40%"| <p style="color: #DDDD88;font-size: 18px">HasTimer()</p>  || .
 
|}
 
|}
 
</center>
 
</center>

Revision as of 07:22, 27 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

Object Functions & Examples

HasAccessLevel()

.

Example

 CODE EXAMPLE BLOCK

HasEventHandler()

.

Example

 CODE EXAMPLE BLOCK

HasLineOfSightToLoc()

.

Example

 CODE EXAMPLE BLOCK

HasLineOfSightToObj()

.

Example

 CODE EXAMPLE BLOCK

HasObjVar()

.

Example

 CODE EXAMPLE BLOCK

HasObjectTag()

.

Example

 CODE EXAMPLE BLOCK

HasModule()

.

Example

 CODE EXAMPLE BLOCK

HasSharedObjectProperty()

.

Example

 CODE EXAMPLE BLOCK

HasTimer()

.

Example

 CODE EXAMPLE BLOCK