IsElementLowLOD

From Multi Theft Auto: Wiki
Revision as of 03:28, 1 January 2015 by Qaisjp (talk | contribs) (fix oop syntax)
Jump to navigation Jump to search

Accessories-text-editor.png Script Example Missing Function IsElementLowLOD needs a script example, help out by writing one.

Before submitting check out Editing Guidelines Script Examples.

This function reveals if an element is low LOD.

Syntax

bool isElementLowLOD ( element theElement )

OOP Syntax Help! I don't understand this!

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

--Example Needed

Requirements

This template will be deleted.

See Also