Squirrel/Server/Functions/Vehicles/SetWheelStatus

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|Vehicle.SetWheelStatus}} This ''Vehicle'' class method will set the status of the given wheel. == Syntax == <code>bool Vehicle.SetWheelStatus( int wheel, int st…')
 
Line 8: Line 8:
  
 
* '''wheel''' - The wheel you wish to set the status of. A list of vehicle wheel constants can be found from [[Squirrel/Server/Constants#Vehicle_Wheels|here]]
 
* '''wheel''' - The wheel you wish to set the status of. A list of vehicle wheel constants can be found from [[Squirrel/Server/Constants#Vehicle_Wheels|here]]
* '''status''' - The [[Squirrel/Server/Constants#Vehicle_Wheel_States|status code]] of the wheel - either WHEELSTATUS_OK, WHEELSTATUS_FLAT or WHEELSTATUS_FUCKED
+
* '''status''' - The [[Squirrel/Server/Constants#Vehicle_Wheel_States|status code]] of the wheel:
 +
** WHEELSTATUS_OK - The wheel is fine
 +
** WHEELSTATUS_FLAT - Flat tyre
 +
** WHEELSTATUS_FUCKED - Completely missing a wheel
  
 
== Example ==
 
== Example ==

Revision as of 01:54, 27 September 2010

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

This Vehicle class method will set the status of the given wheel.

Syntax

  1. bool Vehicle.SetWheelStatus( int wheel, int status )

Arguments

  • wheel - The wheel you wish to set the status of. A list of vehicle wheel constants can be found from here
  • status - The status code of the wheel:
    • WHEELSTATUS_OK - The wheel is fine
    • WHEELSTATUS_FLAT - Flat tyre
    • WHEELSTATUS_FUCKED - Completely missing a wheel

Example

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