IsElementLowLOD

From Multi Theft Auto: Wiki
Revision as of 05:19, 4 December 2011 by Ccw (talk | contribs) (Created page with "__NOTOC__ {{Server client function}} {{New items|3.0120|1.2| '''Available only in MTA SA 1.2''' }} This function reveals if an element is low LOD. ==Syntax== <syntaxhighlight lang="lua"> bool ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Available only in MTA SA 1.2 This function reveals if an element is low LOD.

Syntax

bool isLowLODElement ( 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:


See Also