BreakObject

From Multi Theft Auto: Wiki
Revision as of 09:37, 18 January 2014 by Zangomangu (talk | contribs)
Jump to navigation Jump to search

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

Before submitting check out Editing Guidelines Script Examples.

This function breaks a specific object. Note: Only breakable objects can be broken.


[[{{{image}}}|link=|]] Note: This function does not support any kind of glass objects

Syntax

bool breakObject ( object theObject )

Required Arguments

Returns

Returns true if the object was successfully broken. false if the object is not breakable, or a wrong object was given.

See Also