mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
CCharacter: Add GetLastAction()
This commit is contained in:
parent
19234987c9
commit
457f91ca8d
|
@ -255,6 +255,8 @@ public:
|
|||
void SetNinjaActivationTick(int ActivationTick) { m_Ninja.m_ActivationTick = ActivationTick; };
|
||||
void SetNinjaCurrentMoveTime(int CurrentMoveTime) { m_Ninja.m_CurrentMoveTime = CurrentMoveTime; };
|
||||
|
||||
int GetLastAction() const { return m_LastAction; }
|
||||
|
||||
bool HasTelegunGun() { return m_Core.m_HasTelegunGun; };
|
||||
bool HasTelegunGrenade() { return m_Core.m_HasTelegunGrenade; };
|
||||
bool HasTelegunLaser() { return m_Core.m_HasTelegunLaser; };
|
||||
|
|
Loading…
Reference in a new issue