Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
ScriptCamera.c File Reference

Go to the source code of this file.

Classes

class  ScriptCameraClass

Functions

ScriptCameraClass GenericEntityClass Attribute ("60", UIWidgets.Slider, "Field of view", "0 180 1")] float FOV
void ScriptCamera (IEntitySource src, IEntity parent)
void EOnPostFrame (IEntity owner, float timeSlice)
void FreeFly (float timeSlice)
void DebugInfo ()

Variables

float NearPlane
float FarPlane
int Type
float Speed
bool FreeFly
bool Inverted
int Index
bool EnablePreload
float m_MouseSensitivity = 0.001
float m_GamepadSensitivity = 0.2
int m_GamepadFreeFly
int m_DbgListSelection = 0
ref array< stringm_DbgOptions = {"Perspective", "Orthographic"}

Function Documentation

◆ Attribute()

ScriptCameraClass GenericEntityClass Attribute ( "60" ,
UIWidgets. Slider,
"Field of view" ,
"0 180 1"  )

◆ DebugInfo()

void DebugInfo ( )
protected

Definition at line 135 of file ScriptCamera.c.

◆ EOnPostFrame()

void EOnPostFrame ( IEntity owner,
float timeSlice )
protected

Definition at line 56 of file ScriptCamera.c.

◆ FreeFly()

void FreeFly ( float timeSlice)
protected

Definition at line 79 of file ScriptCamera.c.

◆ ScriptCamera()

void ScriptCamera ( IEntitySource src,
IEntity parent )

Definition at line 36 of file ScriptCamera.c.

Variable Documentation

◆ EnablePreload

bool EnablePreload

Definition at line 27 of file ScriptCamera.c.

◆ FarPlane

float FarPlane

Definition at line 14 of file ScriptCamera.c.

◆ FreeFly

bool FreeFly

Definition at line 21 of file ScriptCamera.c.

◆ Index

int Index

Definition at line 25 of file ScriptCamera.c.

◆ Inverted

bool Inverted

Definition at line 23 of file ScriptCamera.c.

◆ m_DbgListSelection

int m_DbgListSelection = 0

Definition at line 33 of file ScriptCamera.c.

◆ m_DbgOptions

ref array<string> m_DbgOptions = {"Perspective", "Orthographic"}

Definition at line 34 of file ScriptCamera.c.

◆ m_GamepadFreeFly

int m_GamepadFreeFly

Definition at line 30 of file ScriptCamera.c.

◆ m_GamepadSensitivity

float m_GamepadSensitivity = 0.2

Definition at line 29 of file ScriptCamera.c.

◆ m_MouseSensitivity

float m_MouseSensitivity = 0.001

Definition at line 28 of file ScriptCamera.c.

◆ NearPlane

float NearPlane

Definition at line 12 of file ScriptCamera.c.

◆ Speed

float Speed

Definition at line 19 of file ScriptCamera.c.

◆ Type

int Type ( )

Returns typename of object's class.

Returns
class-type

Example:

Examples
F:/Games/AReforger/scripts/Game/Editor/Components/Editor/SCR_TestEditorComponent.c.

Definition at line 17 of file ScriptCamera.c.