IsElementDoubleSided: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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…')
(No difference)

Revision as of 16:15, 11 June 2010

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

Shared