![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Parent class from which all SCR_ManualCamera components inherit. More...
Protected Member Functions | |
| SCR_ManualCamera | GetCameraEntity () |
| InputManager | GetInputManager () |
| vector | CoordToCamera (vector pos) |
| vector | CoordFromCamera (vector pos) |
| void | SetEnabled (bool enabled) |
| int | IsEnabled () |
| int | GetPriority () |
| bool | HasFlag (EManualCameraFlag flag) |
| bool | InitBase (SCR_ManualCamera camera) |
Override Methods | |
Methods to be overridden by child classes. | |
| void | EOnCameraFrame (SCR_ManualCameraParam param) |
| bool | EOnCameraInit () |
| void | EOnCameraExit () |
| Terminate the component. | |
| void | EOnCameraReset () |
| Camera value are reset. | |
| void | EOnCameraParentChange (bool attached, IEntity parent) |
| void | EOnCameraSave (SCR_ManualCameraComponentSave data) |
| void | EOnCameraLoad (SCR_ManualCameraComponentSave data) |
Protected Attributes | |
| int | m_iPriority |
| SCR_ManualCamera | m_Camera |
| InputManager | m_InputManager |
Parent class from which all SCR_ManualCamera components inherit.
Definition at line 5 of file SCR_BaseManualCameraComponent.c.
Definition at line 85 of file SCR_BaseManualCameraComponent.c.
Definition at line 76 of file SCR_BaseManualCameraComponent.c.
|
protected |
Terminate the component.
|
protected |
Evaluate the component every frame.
| [in] | param | Object carrying camera properties |
|
protected |
Initialise the component.
|
protected |
Load persistent data.
| [in] | data |
|
protected |
Terminate the component.
| [in] | attached | |
| [in] | parent |
|
protected |
Camera value are reset.
|
protected |
Save persistent data.
| [in] | data |
|
inlineprotected |
Definition at line 64 of file SCR_BaseManualCameraComponent.c.
|
inlineprotected |
Definition at line 70 of file SCR_BaseManualCameraComponent.c.
|
inlineprotected |
Get evaluation priority.
Definition at line 112 of file SCR_BaseManualCameraComponent.c.
|
inlineprotected |
Check if the required flag is active.
| [in] | Camera | flag |
Definition at line 121 of file SCR_BaseManualCameraComponent.c.
|
inlineprotected |
|
inlineprotected |
Check if the component is enabled.
Definition at line 104 of file SCR_BaseManualCameraComponent.c.
|
inlineprotected |
Enable the component. EOnCameraFrame is not evaluated for disabled components.
| [in] | True | to enable the component, false to disable it |
Definition at line 96 of file SCR_BaseManualCameraComponent.c.
|
protected |
Definition at line 19 of file SCR_BaseManualCameraComponent.c.
|
protected |
Definition at line 20 of file SCR_BaseManualCameraComponent.c.
|
protected |
Definition at line 17 of file SCR_BaseManualCameraComponent.c.