Squirrel/Server/Functions/Checkpoints/Remove

From Liberty Unleashed Wiki
Revision as of 15:54, 7 January 2010 by Force (Talk | contribs)

Jump to: navigation, search

This function removes the given checkpoint.

Syntax

  1. bool Checkpoint.Remove()

Arguments

  • none

Example

  1.  
  2. function onPlayerFootCheckpointHit( player, checkpoint )
  3. {
  4. checkpoint.Remove()
  5. }
  6.  

Notes

This example will remove the checkpoint when a player enters it.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox