Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Main Page
Modules
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Typedefs
c
f
l
m
o
p
r
s
t
Enumerations
a
b
c
d
e
f
g
i
k
l
m
p
r
s
u
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
SCR_MouseMoveManualCameraComponent.c
Go to the documentation of this file.
1
4
[
BaseContainerProps
(), SCR_BaseManualCameraComponentTitle()]
5
class
SCR_MouseMoveManualCameraComponent
:
SCR_BaseManualCameraComponent
6
{
7
/*
8
[Attribute("25", UIWidgets.Auto, "")]
9
float m_fFlySpeed;
10
11
override void Add(out vector posLocalDelta, out vector posWorldDelta, out vector rotDelta, float multiplier, vector posCurrent, vector rotCurrent, vector posSet, vector rotSet)
12
{
13
if (m_InputManager.GetActionValue("ManualCameraRotateModifier") && !m_InputManager.GetActionValue("ManualCameraMoveLongitudinal"))
14
{
15
float moveLongitudinal = m_InputManager.GetActionValue("ManualCameraMoveLongitudinalSecondary");
16
17
if (moveLongitudinal == 0) return;
18
19
posLocalDelta += Vector(0, 0, moveLongitudinal) * m_fFlySpeed * multiplier;
20
21
m_Camera.SetManualMovement(true);
22
m_Camera.SetNewHeightFromTerrain(true);
23
}
24
}
25
*/
26
}
SCR_BaseManualCameraComponent
Parent class from which all SCR_ManualCamera components inherit.
Definition:
SCR_BaseManualCameraComponent.c:5
SCR_MouseMoveManualCameraComponent
Basic camera movement and rotation.
Definition:
SCR_MouseMoveManualCameraComponent.c:5
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition:
SCR_AIGoalReaction.c:468
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Camera
Components
SCR_MouseMoveManualCameraComponent.c
Generated by
1.8.17