Difference between revisions of "VEHICLE FLAG HOVER WATER ONLY"
Jump to navigation
Jump to search
(Add 'Related Articles') |
m |
||
Line 9: | Line 9: | ||
|examples | |examples | ||
|constants= | |constants= | ||
{{LSL ConstRow|VEHICLE_BUOYANCY}} | |||
{{LSL ConstRow|VEHICLE_HOVER_HEIGHT}} | |||
{{LSL ConstRow|VEHICLE_FLAG_HOVER_UP_ONLY}} | |||
|functions= | |functions= | ||
{{LSL DefineRow||[[llSetVehicleFlags]]|}} | {{LSL DefineRow||[[llSetVehicleFlags]]|}} | ||
{{LSL DefineRow||[[llRemoveVehicleFlags]]|}} | {{LSL DefineRow||[[llRemoveVehicleFlags]]|}} | ||
|events | |events | ||
|location | |location | ||
|articles={{LSL DefineRow||[[Linden Vehicle Tutorial]]}} | |articles={{LSL DefineRow||[[Linden Vehicle Tutorial]]}} |
Revision as of 23:10, 20 June 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer VEHICLE_FLAG_HOVER_WATER_ONLY = 0x004;The integer constant VEHICLE_FLAG_HOVER_WATER_ONLY has the value 0x004
Caveats
Related Articles
Constants
• | VEHICLE_BUOYANCY | |||
• | VEHICLE_HOVER_HEIGHT | |||
• | VEHICLE_FLAG_HOVER_UP_ONLY |
Functions
• | llSetVehicleFlags | |||
• | llRemoveVehicleFlags |
Articles
• | Linden Vehicle Tutorial |