IsCheckpointStreamedIn

From NPC for VCMP 0.4 Servers
Revision as of 06:21, 9 November 2023 by Habi (talk | contribs) (Created page with "{{Welcome| desc=Checks whether a checkpoint id is streamed in. If it is streamed in, then the checkpoint id is valid.| params=<syntaxhighlight lang="lua">( checkpointId )</syntaxhighlight> <poem>::checkpointId : The ID of the checkpoint. </poem>| retvals=true if the checkpoint is streamed in, false otherwise(invalid id/not streamed in)| relfuncs=*GetVehicleSpeed }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Description:
Checks whether a checkpoint id is streamed in. If it is streamed in, then the checkpoint id is valid.


Parameters:

( checkpointId )

checkpointId : The ID of the checkpoint.


Return Values:
true if the checkpoint 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.