![]() |
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 | 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< string > | m_DbgOptions = {"Perspective", "Orthographic"} |
| ScriptCameraClass GenericEntityClass Attribute | ( | "60" | , |
| UIWidgets. | Slider, | ||
| "Field of view" | , | ||
| "0 180 1" | ) |
|
protected |
Definition at line 135 of file ScriptCamera.c.
Definition at line 56 of file ScriptCamera.c.
|
protected |
Definition at line 79 of file ScriptCamera.c.
| void ScriptCamera | ( | IEntitySource | src, |
| IEntity | parent ) |
Definition at line 36 of file ScriptCamera.c.
| bool EnablePreload |
Definition at line 27 of file ScriptCamera.c.
| float FarPlane |
Definition at line 14 of file ScriptCamera.c.
| bool FreeFly |
Definition at line 21 of file ScriptCamera.c.
| int Index |
Definition at line 25 of file ScriptCamera.c.
| bool Inverted |
Definition at line 23 of file ScriptCamera.c.
| int m_DbgListSelection = 0 |
Definition at line 33 of file ScriptCamera.c.
| ref array<string> m_DbgOptions = {"Perspective", "Orthographic"} |
Definition at line 34 of file ScriptCamera.c.
| int m_GamepadFreeFly |
Definition at line 30 of file ScriptCamera.c.
| float m_GamepadSensitivity = 0.2 |
Definition at line 29 of file ScriptCamera.c.
| float m_MouseSensitivity = 0.001 |
Definition at line 28 of file ScriptCamera.c.
| float NearPlane |
Definition at line 12 of file ScriptCamera.c.
| float Speed |
Definition at line 19 of file ScriptCamera.c.
| int Type | ( | ) |
Returns typename of object's class.
Example:
Definition at line 17 of file ScriptCamera.c.