Difference between revisions of "VEHICLE FLAG BLOCK INTERFERENCE"
Jump to navigation
Jump to search
(Add page for VEHICLE_FLAG_BLOCK_INTERFERENCE) |
m (comma) |
||
Line 3: | Line 3: | ||
|type=integer | |type=integer | ||
|value=0x400 | |value=0x400 | ||
|desc=When set this flag prevents the vehicle you're sitting on from being pushed by an attachment you're wearing. | |desc=When set, this flag prevents the vehicle you're sitting on from being pushed by an attachment you're wearing. | ||
|example | |example | ||
|functions= | |functions= |
Latest revision as of 12:09, 27 August 2024
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Description
Constant: integer VEHICLE_FLAG_BLOCK_INTERFERENCE = 0x400;The integer constant VEHICLE_FLAG_BLOCK_INTERFERENCE has the value 0x400
When set, this flag prevents the vehicle you're sitting on from being pushed by an attachment you're wearing.
Caveats