mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 16:20:32 +00:00
CCarCtrl::GenerateOneRandomVehicle!
This commit is contained in:
parent
20d1381a0f
commit
4ae4bc94c6
16 changed files with 599 additions and 8 deletions
|
@ -115,6 +115,9 @@ public:
|
|||
m_vecMoveSpeed.y = y;
|
||||
m_vecMoveSpeed.z = z;
|
||||
}
|
||||
void SetMoveSpeed(const CVector& speed) {
|
||||
m_vecMoveSpeed = speed;
|
||||
}
|
||||
const CVector &GetTurnSpeed() { return m_vecTurnSpeed; }
|
||||
void SetTurnSpeed(float x, float y, float z) {
|
||||
m_vecTurnSpeed.x = x;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue