![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_PIPCameraClass |
Functions | |
| SCR_PIPCameraClass CameraBaseClass | SCR_PIPCamera (IEntitySource src, IEntity parent) |
| override void | EOnActivate (IEntity owner) |
| void | ApplyProps (int index) |
| void | UpdatePIPCamera (float timeSlice) |
| void ApplyProps | ( | int | index | ) |
| [in] | index | Apply camera base props to camera in world |
Definition at line 34 of file SCR_PIPCamera.c.
| SCR_PIPCameraClass CameraBaseClass SCR_PIPCamera | ( | IEntitySource | src, |
| IEntity | parent ) |
| [in] | src | |
| [in] | parent |
Ooofgly hack. We want to prevent auto-registration. TODO@AS: Proper camera manager support for "overlay" camera
Definition at line 1 of file SCR_PIPCamera.c.
| void UpdatePIPCamera | ( | float | timeSlice | ) |
| [in] | timeSlice | Apply entity transformation to camera in world |
Definition at line 48 of file SCR_PIPCamera.c.