IsElementLowLOD

From Multi Theft Auto: Wiki
Revision as of 14:23, 9 April 2013 by Arran Fortuna (talk | contribs)
Jump to navigation Jump to search

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

Minimum server version 1.2
Minimum client version 1.2

Note: Using this feature requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section. e.g. <min_mta_version server="1.2" client="1.2" />

See Also