Vehicle.SpawnAngle

From Liberty Unleashed Wiki
Revision as of 01:47, 27 September 2010 by Juppi (Talk | contribs)

Jump to: navigation, search
Home   |   Squirrel Scripting   |   Server Functions   |   Server Events   |   Client Functions   |   Client Events

This Vehicle class member returns or sets the spawn angle of the vehicle. The vehicle's z-rotation will be set to this value when it spawns.

Syntax

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

  1. float Vehicle.SpawnAngle
  1. Vehicle.SpawnAngle = float angle

Arguments

  • angle - This is the new spawn angle

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