Squirrel/Server/Functions/Checkpoints/Colour

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: __NOTOC__ This ''Checkpoint'' class member returns or sets the colour of the checkpoint. == Syntax == You can either return or set a new value using this member: <code>Colour Checkpoint.C...)

Revision as of 06:14, 13 December 2009

This Checkpoint class member returns or sets the colour of the checkpoint.

Syntax

You can either return or set a new value using this member:

  1. Colour Checkpoint.Colour
  1. Checkpoint.Colour = Colour col

Arguments

  • col - This is the pointer to a pre-defined colour object.

Example 1. Returning

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
  1.  
  2. -- todo
  3.  

Notes

-- Example notes/used functions here

Example 2. Setting

This function needs an example. You can help us complete the wiki by writing one, or maybe even more :o
  1.  
  2. -- todo
  3.  

Notes

-- Example notes/used functions here

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox