OnCheckpointStreamIn

From NPC for VCMP 0.4 Servers
Jump to navigation Jump to search


Description:
Called when a checkpoint is streamed in for npc.


Parameters:

( checkpointId )

checkpointId : The ID of the streamed in checkpoint.


Return Values:
This function does not return any specific values.


Example

function OnCheckpointStreamIn(checkpointId)
{
print("I see checkpoint with ID: "+ checkpointId);
}

Related Functions

The following functions may be helpful as they relate to this function in one way or another.