-
Notifications
You must be signed in to change notification settings - Fork 0
class_carbody
reduz edited this page Feb 23, 2014
·
9 revisions
Inherits: PhysicsBody\n\n
- void ** set_max_steer_angle ** ( real value )
- void ** set_steer_rate ** ( real rate )
- void ** set_drive_torque ** ( real value )
- real ** get_max_steer_angle ** ( ) const
- real ** get_steer_rate ** ( ) const
- real ** get_drive_torque ** ( ) const
- void ** set_target_steering ** ( real amount )
- void ** set_target_accelerate ** ( real amount )
- void ** set_hand_brake ** ( real amount )
- real ** get_target_steering ** ( ) const
- real ** get_target_accelerate ** ( ) const
- real ** get_hand_brake ** ( ) const
- void ** set_mass ** ( real mass )
- real ** get_mass ** ( ) const
- void ** set_friction ** ( real friction )
- real ** get_friction ** ( ) const