mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 05:44:08 +00:00
CPlayerPed done
This commit is contained in:
parent
d1700b3257
commit
f307839a2b
12 changed files with 369 additions and 18 deletions
|
@ -389,6 +389,8 @@ public:
|
|||
bool GetRightShoulder1JustDown() { return !!(NewState.RightShoulder1 && !OldState.RightShoulder1); }
|
||||
bool GetRightShoulder2JustDown() { return !!(NewState.RightShoulder2 && !OldState.RightShoulder2); }
|
||||
bool GetStartJustDown() { return !!(NewState.Start && !OldState.Start); }
|
||||
bool GetLeftStickXJustDown() { return !!(NewState.LeftStickX && !OldState.LeftStickX); }
|
||||
bool GetLeftStickYJustDown() { return !!(NewState.LeftStickY && !OldState.LeftStickY); }
|
||||
|
||||
bool GetTriangle() { return !!NewState.Triangle; }
|
||||
bool GetCircle() { return !!NewState.Circle; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue