Camera::setInheritRollVehicle
The native seems to only be called once.
The native is used as so, Camera::SET_Camera_INHERIT_ROLL_VEHICLE(l_544, getElem(2, &l_525, 4)); In the exile1 script.
Syntax
```js camera.setInheritRollVehicle(p1); ```
Required Arguments
- p1: Boolean
Return value
- Undefined
Example
```js // todo ```