IsElementDoubleSided

From Multi Theft Auto: Wiki
Revision as of 16:12, 19 July 2013 by Jaysds1 (talk | contribs)
Jump to navigation Jump to search

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

Before submitting check out Editing Guidelines Script Examples.


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

Syntax

bool isElementDoubleSided ( element theElement )

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

--ToDo

See Also