IsElementStreamedIn

From Multi Theft Auto: Wiki
Revision as of 08:59, 25 September 2009 by Awwu (talk | contribs)
Jump to navigation Jump to search

This function checks whether an element is currently streamed in (not virtualized) and are actual GTA objects in the world. You can force an element to be streamed in using setElementStreamable.

Syntax

bool isElementStreamedIn ( element theElement )

Required Arguments

  • theElement: The element to check whether is streamed in or not.

Returns

Returns true if the passed element is currently streamed in, false if it is virtualized.

Example


See Also