SetForceLowLodAnchorMode — FiveM Natives
0xB28B1FE5BFADD7F5 · VEHICLE · all
Sets whether a boat should remain in the non-physical, low LOD anchor mode even when a player is driving it. Note: This native requires SET_BOAT_REMAINS_ANCHORED_WHILE_PLAYER_IS_DRIVER to be set to true to work properly. `` NativeDB Introduced: v323 ``
Parameters
| Name | Type | Description |
|---|---|---|
| boat | Vehicle | The target boat. |
| toggle | BOOL | Set the forced low LOD anchor mode. If `true`, the boat will remain in low LOD anchor mode even when a player is driving. |
Returns
void