Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
BtVariables.c
Go to the documentation of this file.
1
5
sealed
class
BtVariableObject
: BtVariable
6
{
7
Managed m_Value;
8
}
9
10
sealed
class
BtVariableEntity:
BtVariable
11
{
12
IEntity
m_Value
;
13
}
14
15
sealed
class
BtVariableString
: BtVariable
16
{
17
string
m_Value;
18
}
19
20
sealed
class
BtVariableResourceName:
BtVariable
21
{
22
ResourceName
m_Value
;
23
}
24
25
sealed
class
BtVariableScalar
: BtVariable
26
{
27
float
m_Value;
28
}
29
30
sealed
class
BtVariableInteger:
BtVariable
31
{
32
int
m_Value
;
33
}
34
35
sealed
class
BtVariableBool
: BtVariable
36
{
37
bool
m_Value;
38
}
39
40
sealed
class
BtVariableVector:
BtVariable
41
{
42
vector
m_Value
;
43
}
44
45
sealed
class
BtVariableTypename
: BtVariable
46
{
47
typename
m_Value;
48
}
49
BtVariableBool
Definition
BtVariables.c:36
BtVariable
Definition
BtVariable.c:13
BtVariableObject
Definition
BtVariables.c:6
BtVariableScalar
Definition
BtVariables.c:26
BtVariableString
Definition
BtVariables.c:16
BtVariableTypename
Definition
BtVariables.c:46
IEntity
Definition
IEntity.c:13
ResourceName
Definition
ResourceName.c:13
vector
Definition
vector.c:13
m_Value
string m_Value
Definition
attributes.c:22
scripts
Game
AI
BtVariables.c
Generated by
1.17.0