Squirrel/Server/Functions/Vehicles/TaxiLight

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|Vehicle.TaxiLight}} This ''Vehicle'' class member returns whether the vehicle's taxi light is enabled or enables/disables it. Note that this member is only valid…')

Revision as of 00:32, 29 September 2010

Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This Vehicle class member returns whether the vehicle's taxi light is enabled or enables/disables it. Note that this member is only valid for taxis.

Syntax

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

  1. bool Vehicle.TaxiLight
  1. Vehicle.TaxiLight = bool enabled

Arguments

  • enabled - A boolean representing whether taxi light should be enabled (true) or disabled (false)

Example 1. Returning

-- Example explanation here

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

-- Example explanation here

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