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