SetBoatRemainsAnchoredWhilePlayerIsDriver — FiveM Natives
0xE3EBAAE484798530 · VEHICLE · all
Sets whether a boat should remain anchored even when a player is driving it. Note: This native is always used with SET_BOAT_ANCHOR. `` NativeDB Introduced: v323 ``
Parameters
| Name | Type | Description |
|---|---|---|
| boat | Vehicle | The target boat. |
| toggle | BOOL | Set the anchoring behavior. If `true`, the boat will remain anchored even when a player is driving. If `false`, normal anchoring behavior applies (anchor is raised when a player drives). |
Returns
void