IsElementCallPropagationEnabled

From Multi Theft Auto: Wiki
Revision as of 14:31, 1 January 2015 by Qaisjp (talk | contribs) (fix oop syntax)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

Before submitting check out Editing Guidelines Script Examples.

This functions checks if certain element has call propagation enabled.

Syntax

bool isElementCallPropagationEnabled ( element theElement )

OOP Syntax Help! I don't understand this!

Method: element:isCallPropagationEnabled(...)


Required Arguments

  • theElement: The element to check

Returns

Returns true if the propagation is enabled, false if disabled or invalid arguments have been passed.

Example

--Todo

See Also