IsElementDoubleSided

From Multi Theft Auto: Wiki
Revision as of 16:15, 11 June 2010 by Ccw (talk | contribs) (Created page with '{{Server client function}} __NOTOC__ This function checks whether an element is double-sided as set by setElementDoubleSided or not. ==Syntax== <syntaxhighlight lang="lua"> bool isElementD…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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


See Also