mirror of
https://github.com/0TheSpy/Seaside.git
synced 2025-09-19 20:26:10 +08:00
Update icliententity.h
This commit is contained in:
@ -34,7 +34,7 @@ public:
|
|||||||
return getvfunc<GetAbsOriginFn>(this, 10)(this);
|
return getvfunc<GetAbsOriginFn>(this, 10)(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
const Vector& GetAbsAngles(void)
|
Vector& GetAbsAngles(void)
|
||||||
{
|
{
|
||||||
typedef Vector& (__thiscall* GetAbsAnglesFn)(void*);
|
typedef Vector& (__thiscall* GetAbsAnglesFn)(void*);
|
||||||
return getvfunc<GetAbsAnglesFn>(this, 11)(this);
|
return getvfunc<GetAbsAnglesFn>(this, 11)(this);
|
||||||
|
Reference in New Issue
Block a user