mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-18 18:34:08 +00:00
RunningScript, part 4, plus some fixes
This commit is contained in:
parent
6f05ed0c23
commit
ebbcd92de2
14 changed files with 534 additions and 28 deletions
|
@ -471,6 +471,11 @@ int m_iModeObbeCamIsInForCar;
|
|||
|
||||
float Find3rdPersonQuickAimPitch(void);
|
||||
|
||||
void TakeControl(CEntity*, int16, int16, int32);
|
||||
void TakeControlNoEntity(const CVector&, int16, int32);
|
||||
void SetCamPositionForFixedMode(const CVector&, const CVector&);
|
||||
bool GetFading();
|
||||
|
||||
void dtor(void) { this->CCamera::~CCamera(); }
|
||||
};
|
||||
static_assert(offsetof(CCamera, m_WideScreenOn) == 0x70, "CCamera: error");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue