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

Go to the source code of this file.

Data Structures

class  CameraBaseClass
 

Functions

CameraBaseClass GenericEntityClass ApplyTransform (float timeslice)
 Manually applies transformation. This is usually done in EOnPostFrame automatically. More...
 
proto external void GetWorldCameraTransform (out vector mat[4])
 Get current camera world transformation. More...
 
proto external IEntity GetCursorTarget ()
 
proto external IEntity GetCursorTargetWithPosition (out vector outPosition)
 
proto external CameraType GetProjType ()
 Get projection type. More...
 
proto external float GetVerticalFOV ()
 
proto external float GetNearPlane ()
 
proto external float GetFarPlane ()
 
proto external void SetFOVDegree (float fovDegrees)
 
proto external void SetVerticalFOV (float fov)
 
proto external void SetNearPlane (float nearPlane)
 
proto external void SetFarPlane (float farPlane)
 
proto external void SetCameraIndex (int cameraIndex)
 
proto external int GetCameraIndex ()
 
proto external void SetLensFlareSet (CameraLensFlareSetType type, string userName)
 
proto external bool IsAABBVisible (vector mins, vector maxs)
 Test if the AABB is visible against the view frustum of the camera. More...
 
proto external bool IsSphereVisible (vector origin, float radius)
 Test if the sphere is visible against the view frustum of the camera. More...
 
event protected void CameraActivate ()
 Called the moment this camera is activated by CameraManager. More...
 
event protected void CameraDeactivate ()
 Called the moment this camera is deactivated by CameraManager. More...