IsObjectStreamedIn: Difference between revisions
Jump to navigation
Jump to search
(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 }}") |
(No difference)
|
Revision as of 07:49, 11 November 2023
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.