Vehicle.Colour1

From Liberty Unleashed Wiki
Revision as of 20:08, 28 September 2010 by Juppi (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This Vehicle class member returns or sets the primary colour of the vehicle. List of pre-defined colour IDs can be found from carcols.dat. Note that if Vehicle.RGBColour1 is used to define a custom colour, it will override this setting.

Syntax

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

  1. int Vehicle.Colour1
  1. Vehicle.Colour1 = int col

Arguments

  • col - This is the new primary colour for the vehicle. Check out carcols.dat for colour IDs

Example 1. Returning the value

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 and used functions here.

Example 2. Setting a new value

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 and used functions here.

Related Functions

Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox