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