GetAttachedElements

From Multi Theft Auto: Wiki
Jump to navigation Jump to search

This function returns a table of all the elements attached to the specified element

Syntax

table getAttachedElements ( element theElement )

Required Arguments

  • theElement: The element which you require the information from.

Returns

Returns a table of all the elements attached to the specified element.

MOJRM-511

See Also