IsElementLowLOD: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
mNo edit summary
m (→‎Syntax: OOP)
Line 7: Line 7:
bool isElementLowLOD ( element theElement )
bool isElementLowLOD ( element theElement )
</syntaxhighlight>  
</syntaxhighlight>  
{{OOP|This function is also a static function underneath the Element class.|[[element]]:isLowLOD||}}


===Required Arguments===  
===Required Arguments===  

Revision as of 16:30, 16 August 2014

This function reveals if an element is low LOD.

Syntax

bool isElementLowLOD ( element theElement )

OOP Syntax Help! I don't understand this!

Note: This function is also a static function underneath the Element class.
Method: element:isLowLOD(...)


Required Arguments

  • theElement: The element whose low LOD status we want to get.

Returns

Returns true if the element is low LOD, false otherwise.

Example

Click to collapse [-]
Serverside example

This example is not done yet:


Requirements

This template will be deleted.

See Also