IsObjectStreamedIn
Revision as of 07:49, 11 November 2023 by Habi (talk | contribs) (Created page with "{{Welcome| desc=Checks whether an object is streamed in for npc. params=<syntaxhighlight lang="lua">( objectId)</syntaxhighlight> <poem>::objectid : The ID of the object </poem>| retvals=true if the object is streamed in, false otherwise(invalid id/not streamed in)| relfuncs=*IsCheckpointStreamedIn *IsPickupStreamedIn *GetObjectPos }}")
Description:
Checks whether an object is streamed in for npc.
( objectId)
objectid : The ID of the object
Parameters:
NoParams
Return Values:
true if the object is streamed in, false otherwise(invalid id/not streamed in)
Related Functions
The following functions may be helpful as they relate to this function in one way or another.