mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 19:24:08 +00:00
Full CCutsceneMgr
This commit is contained in:
parent
df6e4093ce
commit
6362ceeff3
7 changed files with 466 additions and 2 deletions
|
@ -368,6 +368,7 @@ public:
|
|||
bool GetLeftShoulder2JustDown() { return !!(NewState.LeftShoulder2 && !OldState.LeftShoulder2); }
|
||||
bool GetRightShoulder1JustDown() { return !!(NewState.RightShoulder1 && !OldState.RightShoulder1); }
|
||||
bool GetRightShoulder2JustDown() { return !!(NewState.RightShoulder2 && !OldState.RightShoulder2); }
|
||||
bool GetStartJustDown() { return !!(NewState.Start && !OldState.Start); }
|
||||
|
||||
/*
|
||||
int32 GetLeftShoulder1(void) { return NewState.LeftShoulder1; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue