IsElementDoubleSided

From Multi Theft Auto: Wiki

Jump to: navigation, search

This function checks whether an element is double-sided as set by setElementDoubleSided or not.

Syntax

Required Arguments

  • theElement: The element in which you'd like to check the double-sidedness of.

Returns

Returns true if the theElement is double-sided, false otherwise.

Example

 

See Also