IsElementLowLOD: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
==Syntax==
==Syntax==
<syntaxhighlight lang="lua">
<syntaxhighlight lang="lua">
bool isLowLODElement ( element theElement )
bool isElementLowLOD ( element theElement )
</syntaxhighlight>  
</syntaxhighlight>  



Revision as of 03:51, 22 December 2011

This function reveals if an element is low LOD.

Syntax

bool isElementLowLOD ( element theElement )

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