mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 03:34:09 +00:00
script 1000-1154
This commit is contained in:
parent
a36da99798
commit
1337a9b603
24 changed files with 1225 additions and 35 deletions
|
@ -485,6 +485,7 @@ int m_iModeObbeCamIsInForCar;
|
|||
void Restore(void);
|
||||
void SetWideScreenOn(void);
|
||||
void SetWideScreenOff(void);
|
||||
void SetNearClipScript(float);
|
||||
|
||||
float Find3rdPersonQuickAimPitch(void);
|
||||
|
||||
|
@ -512,6 +513,7 @@ int m_iModeObbeCamIsInForCar;
|
|||
void UpdateAimingCoors(CVector const &);
|
||||
|
||||
void SetPercentAlongCutScene(float);
|
||||
void SetParametersForScriptInterpolation(float, float, int32);
|
||||
|
||||
void dtor(void) { this->CCamera::~CCamera(); }
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue