IsObjectStreamedIn

From NPC for VCMP 0.4 Servers
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 }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Description:
Checks whether an object is streamed in for npc.

params=
( 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.