![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| SCR_ManualCamera | GetCamera () |
| bool | GetCamera (out SCR_ManualCamera camera) |
| ScriptInvokerBase< SCR_CameraEditorComponent_OnCameraCreated > | GetOnCameraCreate () |
| void | SetInitTransform (vector transform[4]) |
| void | InitCameraTransform () |
| void | TryCreateCamera () |
| bool | TryForceCamera () |
| void | ReplaceCamera () |
| void | CreateCamera () |
| void | OnCameraDectivate () |
| ResourceName | GetCameraPrefab () |
| SCR_EditorManagerEntity | GetEditorManagerEntity () |
| void | SetPreActivateCameraPosition (vector position) |
| override void | ResetEditorComponent () |
| void | EOnEditorInit () |
| void | EOnEditorPreActivate () |
| void | EOnEditorPostActivate () |
| override void | EOnFrame (IEntity owner, float timeSlice) |
| void | EOnEditorDeactivate () |
| void | EOnEditorPostDeactivate () |
Static Protected Member Functions | |
| static SCR_ManualCamera | GetCameraInstance () |
Protected Attributes | |
| ResourceName | m_CameraPrefab |
| bool | m_bMoveUpOnInit |
| float | m_fDistance |
| vector | m_vDefaultOffset |
| vector | m_vDefaultAngle |
| CameraManager | m_CameraManager |
| SCR_ManualCamera | m_Camera |
| SCR_CameraDataEditorComponent | m_CameraData |
| vector | m_vInitCameraTransform [4] |
| vector | m_vPreActivateCameraTransform [4] |
| IEntity | m_PreActivateControlledEntity |
| bool | m_bIsReplacingCamera |
| ref ScriptInvokerBase< SCR_CameraEditorComponent_OnCameraCreated > | m_OnCameraCreate = new ScriptInvokerBase<SCR_CameraEditorComponent_OnCameraCreated>() |
Definition at line 13 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Definition at line 161 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Definition at line 303 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Definition at line 246 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Definition at line 265 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Definition at line 315 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Definition at line 255 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Definition at line 279 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
|
inlineprotected |
Get the camera entity
| [out] | camera | Variable to be filled with the camera entity |
Definition at line 55 of file SCR_CameraEditorComponent.c.
|
inlinestaticprotected |
|
inlineprotected |
Definition at line 219 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Definition at line 224 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Get invoker called when new manual camera is created.
Definition at line 75 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Definition at line 91 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Definition at line 214 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Definition at line 154 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Definition at line 241 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Set initial camera transformation. To be used before camera is created.
| transform | Tranaformation matrix |
Definition at line 84 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
| [in] | position |
Definition at line 234 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Definition at line 128 of file SCR_CameraEditorComponent.c.
|
inlineprotected |
Definition at line 139 of file SCR_CameraEditorComponent.c.
|
protected |
Definition at line 36 of file SCR_CameraEditorComponent.c.
|
protected |
Definition at line 19 of file SCR_CameraEditorComponent.c.
|
protected |
Definition at line 31 of file SCR_CameraEditorComponent.c.
|
protected |
Definition at line 32 of file SCR_CameraEditorComponent.c.
|
protected |
Definition at line 30 of file SCR_CameraEditorComponent.c.
|
protected |
Definition at line 16 of file SCR_CameraEditorComponent.c.
|
protected |
Definition at line 22 of file SCR_CameraEditorComponent.c.
|
protected |
Definition at line 37 of file SCR_CameraEditorComponent.c.
|
protected |
Definition at line 35 of file SCR_CameraEditorComponent.c.
|
protected |
Definition at line 28 of file SCR_CameraEditorComponent.c.
|
protected |
Definition at line 25 of file SCR_CameraEditorComponent.c.
|
protected |
Definition at line 33 of file SCR_CameraEditorComponent.c.
|
protected |
Definition at line 34 of file SCR_CameraEditorComponent.c.