Skip to content

Commit

Permalink
docs: update GetVehicleHydraReactorAngle.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adib-yg committed May 16, 2024
1 parent cd9aa55 commit 194fd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripting/functions/GetVehicleHydraReactorAngle.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gets the hydra reactor angle of the vehicle.
## Examples

```c
new Float:reactorAngle = GetVehicleHydraReactorAngle(vehicleid);
new reactorAngle = GetVehicleHydraReactorAngle(vehicleid);
```

## Related Functions
Expand Down

0 comments on commit 194fd08

Please sign in to comment.