Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_PIPCamera.c File Reference

Go to the source code of this file.

Data Structures

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)
 

Function Documentation

◆ ApplyProps()

void ApplyProps ( int  index)
Parameters
[in]indexApply camera base props to camera in world

Definition at line 34 of file SCR_PIPCamera.c.

◆ SCR_PIPCamera()

SCR_PIPCameraClass CameraBaseClass SCR_PIPCamera ( IEntitySource  src,
IEntity  parent 
)
Parameters
[in]src
[in]parent

Ooofgly hack. We want to prevent auto-registration. TODO@AS: Proper camera manager support for "overlay" camera

Definition at line 13 of file SCR_PIPCamera.c.

◆ UpdatePIPCamera()

void UpdatePIPCamera ( float  timeSlice)
Parameters
[in]timeSliceApply entity transformation to camera in world

Definition at line 48 of file SCR_PIPCamera.c.