Squirrel/Server/Functions/Vehicles/Health

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with '{{Squirrel/Title|Vehicle.Health}} This ''Vehicle'' class member returns or sets the vehicle engine health. Note that max. vehicle health is 1000.0. == Syntax == You can either …')

Revision as of 00:30, 29 September 2010

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

This Vehicle class member returns or sets the vehicle engine health. Note that max. vehicle health is 1000.0.

Syntax

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

  1. float Vehicle.Health
  1. Vehicle.Health = float health

Arguments

  • health - The new engine health of the vehicle

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