mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-01-03 16:13:34 +08:00
[saco] Rename CEntity::FUNC_1009EEB0()
to CEntity::GetDistanceFromCentreOfMassToBaseOfModel()
This commit is contained in:
parent
a6253fc14e
commit
0fa04c94f2
@ -149,7 +149,7 @@ void CEntity::ApplyTurnSpeed()
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
float CEntity::FUNC_1009EEB0()
|
||||
float CEntity::GetDistanceFromCentreOfMassToBaseOfModel()
|
||||
{
|
||||
DWORD dwEnt = (DWORD)m_pEntity;
|
||||
float fResult = 0.0f;
|
||||
|
@ -19,10 +19,10 @@ public:
|
||||
void FUNC_1009ED40(float fX, float fY, float fZ); // unused
|
||||
void GetTurnSpeedVector(PVECTOR Vector);
|
||||
void SetTurnSpeedVector(VECTOR Vector);
|
||||
float FUNC_1009EEB0(); // unused
|
||||
void FUNC_1009EEF0(PVECTOR Vector);
|
||||
void FUNC_1009EF20(int a2); // unused
|
||||
void ApplyTurnSpeed(); // unused
|
||||
float GetDistanceFromCentreOfMassToBaseOfModel(); // unused
|
||||
UINT GetModelIndex();
|
||||
void TeleportTo(float x, float y, float z);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user