GetLowLODElement

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

This function return the low LOD element that an element is associated with.

[[{{{image}}}|link=|]] Note: This function doesn't appear to work client side if LOD is set server side.

Syntax

element getLowLODElement ( element theElement )

Required Arguments

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

Returns

Returns a low LOD element if successful, false otherwise.

Example

Click to collapse [-]
Serverside example

This example is not done yet:


Requirements

This template will be deleted.

See Also