VEHICLE FLAG CAMERA DECOUPLED: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
Add link |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=0x200 | |value=0x200 | ||
|desc=Makes mouselook camera rotate independently of the vehicle. By default the client mouselook camera will rotate about with the vehicle, however when this flag is set the camera direction is independent of the vehicle's rotation. | |desc=Makes [[mouselook]] camera rotate independently of the vehicle. By default the client mouselook camera will rotate about with the vehicle, however when this flag is set the camera direction is independent of the vehicle's rotation. | ||
|example | |example | ||
<!-- | <!-- |
Revision as of 06:06, 20 June 2009
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer VEHICLE_FLAG_CAMERA_DECOUPLED = 0x200;The integer constant VEHICLE_FLAG_CAMERA_DECOUPLED has the value 0x200
Makes mouselook camera rotate independently of the vehicle. By default the client mouselook camera will rotate about with the vehicle, however when this flag is set the camera direction is independent of the vehicle's rotation.
Caveats