IsCheckpointStreamedIn: Difference between revisions
Jump to navigation
Jump to search
(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 }}") |
m (Habi moved page IsCheckpointStreamIn to IsCheckpointStreamedIn) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Welcome| | {{Welcome| | ||
desc=Checks whether a checkpoint | desc=Checks whether a checkpoint is streamed in or not. If it is streamed in, then the checkpoint id is valid.| | ||
params=<syntaxhighlight lang="lua">( checkpointId )</syntaxhighlight> | params=<syntaxhighlight lang="lua">( checkpointId )</syntaxhighlight> | ||
<poem>::checkpointId : The ID of the checkpoint. | <poem>::checkpointId : The ID of the checkpoint. | ||
</poem>| | </poem>| | ||
retvals=true if the checkpoint is streamed in, false otherwise(invalid id/not streamed in)| | retvals=true if the checkpoint is streamed in, false otherwise(invalid id/not streamed in)| | ||
relfuncs=*[[ | relfuncs=*[[IsCheckpointSphere]] | ||
}} | }} |
Latest revision as of 06:24, 9 November 2023
Description:
Checks whether a checkpoint is streamed in or not. 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.