GetVehicleWheelSteerAngle: Difference between revisions

From Onset Developer Wiki
(Created page with "{{Info|Function|Client|1.0}} {{FuncDescription|__EDIT_ME__}} {{FuncSyntax|GetVehicleWheelSteerAngle(vehicle, wheel)}} {{FuncParameters}} {{FuncParam|vehicle|__EDIT_ME__}} {...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Info|Function|Client|1.0}}
{{Info|Function|Client|1.0}}


{{FuncDescription|__EDIT_ME__}}
{{FuncDescription|Returns the steering angle from 0.0 to ~45.0 (depending on vehicle)}}


{{FuncSyntax|GetVehicleWheelSteerAngle(vehicle, wheel)}}
{{FuncSyntax|GetVehicleWheelSteerAngle(vehicle, wheel)}}


{{FuncParameters}}
{{FuncParameters}}
{{FuncParam|vehicle|__EDIT_ME__}}
{{FuncParam|vehicle|The vehicle identifier.}}
{{FuncParam|wheel|__EDIT_ME__}}
{{FuncParam|wheel|Vehicle wheel starting at 0}}


{{FuncReturnValue|__EDIT_ME__}}
{{FuncReturnValue|Returns the steering angle of the wheel.}}


== Example ==
== Example ==
__EDIT_ME__
Example on GitHub: https://github.com/vugi99/onset-vdebug/blob/6f5caaa907fb1618a01cac47bd8ae69c59548b9d/client/cl_vdebug.lua#L106


{{RelatedFunctions}}
{{RelatedFunctions}}
__EDIT_ME__
*[[SetVehiclePropertyValue]]
*[[GetVehiclePropertyValue]]
*[[GetVehicleCount]]
*[[GetVehicleLicensePlate]]
*[[IsValidVehicle]]
*[[GetStreamedVehicles]]
*[[GetVehicleBoneLocation]]
*[[GetVehicleBoneNames]]
*[[GetVehicleModel]]
*[[GetVehicleLocation]]
*[[GetVehicleRotation]]
*[[GetVehicleVelocity]]
*[[GetVehicleForwardVector]]
*[[GetVehicleRightVector]]
*[[GetVehicleUpVector]]
*[[GetVehicleBoundingBox]]
*[[GetVehicleEngineRPM]]
*[[GetVehicleForwardSpeed]]
*[[GetVehicleGear]]
*[[GetVehicleWheelSurface]]
*[[IsVehicleWheelInAir]]
*[[IsVehicleInAir]]
*[[GetVehicleWheelSteerAngle]]
*[[IsVehicleHornActive]]
*[[GetVehicleEngineState]]
*[[GetVehicleLightState]]
*[[GetVehicleHoodRatio]]
*[[GetVehicleTrunkRatio]]
*[[IsVehicleInWater]]
*[[IsVehicleSeatOccupied]]
*[[GetVehicleDoorLocation]]
*[[GetVehicleHealth]]
*[[GetVehicleSkeletalMeshComponent]]

Latest revision as of 15:17, 23 December 2020