Difference between revisions of "VEHICLE HOVER TIMESCALE"
Jump to navigation
Jump to search
m |
Void Singer (talk | contribs) m (+clarification +note) |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=26 | |value=26 | ||
|desc=Period of time for the vehicle to achieve its hover height | |desc=Period of time (in seconds) for the vehicle to achieve its hover height | ||
|examples | |examples | ||
|notes= | |||
* Setting [[VEHICLE_HOVER_TIMESCALE]] greater than 300.0 disables it. | |||
|functions= | |functions= | ||
{{LSL DefineRow||[[llSetVehicleFloatParam]]|}} | {{LSL DefineRow||[[llSetVehicleFloatParam]]|}} |
Latest revision as of 04:51, 16 January 2011
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer VEHICLE_HOVER_TIMESCALE = 26;The integer constant VEHICLE_HOVER_TIMESCALE has the value 26
Period of time (in seconds) for the vehicle to achieve its hover height
Caveats
Related Articles
Notes
- Setting VEHICLE_HOVER_TIMESCALE greater than 300.0 disables it.