GetLowLODElement: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "__NOTOC__ {{Server client function}} {{New items|3.0120|1.2| '''Available only in MTA SA 1.2''' }} This function return the low LOD element that an element is associated with. =...")
(No difference)

Revision as of 05:17, 4 December 2011

Available only in MTA SA 1.2 This function return the low LOD element that an element is associated with.

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:


See Also

Shared