IsElementCallPropagationEnabled

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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