|
Arma Reforger Script API
|
Instantly set the speed to a value within a sequence. More...
Public Member Functions | |
| override void | EOnCameraFrame (SCR_ManualCameraParam param) |
| Evaluate the component every frame. | |
| override bool | EOnCameraInit () |
| Initialise the component. | |
| override void | EOnCameraExit () |
| Terminate the component. | |
Public Member Functions inherited from SCR_BaseManualCameraComponent | |
| void | SetEnabled (bool enabled) |
| Enable the component. | |
| int | IsEnabled () |
| Check if the component is enabled. | |
| int | GetPriority () |
| Get evaluation priority. | |
| bool | HasFlag (EManualCameraFlag flag) |
| Check if the required flag is active. | |
| bool | InitBase (SCR_ManualCamera camera) |
| void | EOnCameraReset () |
| Camera value are reset. | |
| void | EOnCameraParentChange (bool attached, IEntity parent) |
| Terminate the component. | |
| void | EOnCameraSave (SCR_ManualCameraComponentSave data) |
| Save persistent data. | |
| void | EOnCameraLoad (SCR_ManualCameraComponentSave data) |
| Load persistent data. | |
Protected Member Functions | |
| void | OnInputDeviceIsGamepad (bool isGamepad) |
| void | ManualCameraSpeedToggle () |
Protected Member Functions inherited from SCR_BaseManualCameraComponent | |
| SCR_ManualCamera | GetCameraEntity () |
| InputManager | GetInputManager () |
| vector | CoordToCamera (vector pos) |
| vector | CoordFromCamera (vector pos) |
Protected Attributes | |
| float | m_fGamepadCameraSpeed |
| float | m_fGamepadCameraSpeedBoosted |
| bool | m_bIsBoosted |
| bool | m_bIsUsingGamepad |
Protected Attributes inherited from SCR_BaseManualCameraComponent | |
| int | m_iPriority |
| SCR_ManualCamera | m_Camera |
| InputManager | m_InputManager |
Instantly set the speed to a value within a sequence.
| override void SCR_SetSpeedManualCameraComponent.EOnCameraExit | ( | ) |
Terminate the component.
Implements SCR_BaseManualCameraComponent.
| override void SCR_SetSpeedManualCameraComponent.EOnCameraFrame | ( | SCR_ManualCameraParam | param | ) |
Evaluate the component every frame.
| [in] | param | Object carrying camera properties |
Implements SCR_BaseManualCameraComponent.
| override bool SCR_SetSpeedManualCameraComponent.EOnCameraInit | ( | ) |
Initialise the component.
Implements SCR_BaseManualCameraComponent.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |