Arma Reforger Script API
|
Public Member Functions | |
ScriptInvoker | GetOnSpeedChange () |
Get event called every time the speed is adjusted. | |
override void | EOnCameraSave (SCR_ManualCameraComponentSave data) |
Save persistent data. | |
override void | EOnCameraLoad (SCR_ManualCameraComponentSave data) |
Load persistent data. | |
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. | |
Protected Member Functions | |
void | OnInputDeviceIsGamepad (bool isGamepad) |
void | ManualCameraSpeedReset (float value, EActionTrigger trigger) |
void | UpdateWidget () |
void | FadeOutWidget (float timeSlice) |
Protected Member Functions inherited from SCR_BaseManualCameraComponent | |
SCR_ManualCamera | GetCameraEntity () |
InputManager | GetInputManager () |
vector | CoordToCamera (vector pos) |
vector | CoordFromCamera (vector pos) |
Protected Attributes | |
float | m_fMinMultiplier |
float | m_fMaxMultiplier |
ResourceName | m_Layout |
float | m_fLayoutDuration |
float | m_fMultiplier = 1 |
TextWidget | m_Widget |
float | m_fWidgetAlpha |
ref ScriptInvoker | m_OnSpeedChange = new ScriptInvoker() |
Protected Attributes inherited from SCR_BaseManualCameraComponent | |
int | m_iPriority |
SCR_ManualCamera | m_Camera |
InputManager | m_InputManager |
Adjusting speed at small increments for manual camera.
override void SCR_AdjustSpeedManualCameraComponent.EOnCameraExit | ( | ) |
Terminate the component.
Implements SCR_BaseManualCameraComponent.
override void SCR_AdjustSpeedManualCameraComponent.EOnCameraFrame | ( | SCR_ManualCameraParam | param | ) |
Evaluate the component every frame.
[in] | param | Object carrying camera properties |
Implements SCR_BaseManualCameraComponent.
override bool SCR_AdjustSpeedManualCameraComponent.EOnCameraInit | ( | ) |
Initialise the component.
Implements SCR_BaseManualCameraComponent.
override void SCR_AdjustSpeedManualCameraComponent.EOnCameraLoad | ( | SCR_ManualCameraComponentSave | data | ) |
override void SCR_AdjustSpeedManualCameraComponent.EOnCameraSave | ( | SCR_ManualCameraComponentSave | data | ) |
|
protected |
ScriptInvoker SCR_AdjustSpeedManualCameraComponent.GetOnSpeedChange | ( | ) |
Get event called every time the speed is adjusted.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |