mirror of
https://github.com/dashr9230/SA-MP.git
synced 2025-07-18 17:38:12 +08:00
[saco] Implement/match CActorPed::GetActionTrigger()
This commit is contained in:
@ -186,3 +186,10 @@ BOOL CActorPed::IsDead()
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
BYTE CActorPed::GetActionTrigger()
|
||||
{
|
||||
return (BYTE)m_pPed->dwAction;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------
|
||||
|
||||
|
@ -21,6 +21,7 @@ public:
|
||||
DWORD GetStateFlags();
|
||||
void SetStateFlags(DWORD dwStateFlags);
|
||||
BOOL IsDead();
|
||||
BYTE GetActionTrigger();
|
||||
|
||||
void ApplyAnimation(char *szAnimName, char *szAnimFile, float fT,
|
||||
int opt1, int opt2, int opt3, int opt4, int iUnk);
|
||||
|
Reference in New Issue
Block a user