VEHICLE FLAG HOVER WATER ONLY
From Second Life Wiki
| LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Tutorials |
Description
Constant: integer VEHICLE_FLAG_HOVER_WATER_ONLY = 0x004;The integer constant VEHICLE_FLAG_HOVER_WATER_ONLY has the value 0x004
Makes the vehicle over water.
If you wanted to make a boat you should set the VEHICLE_FLAG_HOVER_WATER_ONLY flag, or if you wanted to drive a hover tank under water you would use the VEHICLE_FLAG_HOVER_TERRAIN_ONLY flag instead. Finally, if you wanted to make a submarine or a balloon you would use the VEHICLE_FLAG_HOVER_GLOBAL_HEIGHT.
The vehicle flags are independent of each other and that setting two contradictory flags will have undefined behavior. The flags are set using the script call llSetVehicleFlags.
Related Articles
Constants
| • | VEHICLE_BUOYANCY | |||
| • | VEHICLE_HOVER_HEIGHT | |||
| • | VEHICLE_FLAG_HOVER_UP_ONLY |
Functions
| • | llSetVehicleFlags | |||
| • | llRemoveVehicleFlags |
Articles
| • | Linden Vehicle Tutorial |

