isElementCallPropagationEnabled | Multi Theft Auto: Wiki Skip to content

isElementCallPropagationEnabled

Client-side
Server-side
Shared

Manual Review Required

Please finish this page using the corresponding Old Wiki article. Go to Contribution guidelines for more information.


This functions checks if certain element has call propagation enabled.

OOP Syntax Help! I don't understand this!

  • Method:element:isCallPropagationEnabled(...)

Syntax

bool isElementCallPropagationEnabled ( element theElement )
Required Arguments
  • theElement: The element to check

Returns

  • bool: value

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

Code Examples

shared
--Todo

See Also

Element Functions