GetLowLODElement

From Multi Theft Auto: Wiki

Jump to: navigation, search

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

Syntax

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

Minimum supported server 1.2
Minimum supported client 1.2
Note: Using this function 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