Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
BaseContainer.c
Go to the documentation of this file.
1
/*
2
===========================================
3
Do not modify, this script is generated
4
===========================================
5
*/
6
11
12
sealed
class
BaseContainer
:
BaseResourceObject
13
{
14
proto
static
BaseContainer
Cast(
BaseContainer
from);
15
17
static
proto
bool
SafeCastType(out
typename
type
, out
BaseContainer
to,
BaseContainer
from);
18
proto external
string
GetClassName();
19
proto external
string
GetName
();
20
proto external
void
SetName(
string
name);
21
proto external
BaseContainer
GetAncestor();
22
proto external
void
SetAncestor(
ResourceName
ancestor);
23
proto external
void
ClearVariable(
string
varName);
24
proto external
void
ClearVariables();
25
proto external
bool
IsVariableSet(
string
varName);
26
proto external
bool
IsVariableSetDirectly(
string
varName);
27
proto external
bool
IsType(
string
varName,
typename
type
);
28
proto external
int
GetVarIndex(
string
varName);
29
proto external
string
GetVarName(
int
varIndex);
30
proto external
int
GetNumVars();
31
proto external
DataVarType
GetDataVarType(
int
varIndex);
33
proto external
string
GetUIWidget(
int
varIndex);
35
proto external
int
GetLimits(
int
varIndex, out
float
min, out
float
max, out
float
step);
36
proto external
void
GetEnumValues(
int
varIndex, out array<string> names, out array<int> values);
37
proto external
bool
Get(
string
varName, out
void
val);
42
proto external
string
GetObjectBaseClass(
int
varIndex);
43
proto external
bool
GetDefaultAsString(
string
varName, out
string
val);
44
proto external
BaseContainer
GetObject(
string
varName);
45
proto external
bool
SetObject(
string
varName,
BaseContainer
val);
57
proto external ref
BaseContainerList
GetObjectArray(
string
varName);
67
proto external ref
BaseContainerList
SetObjectArray(
string
varName);
68
proto external
bool
Set(
string
varName,
void
val);
70
proto external
int
GetSourceAddons(out notnull array<string> addonNames);
71
proto external
BaseContainer
GetChild(
int
n);
72
proto external
int
GetNumChildren();
73
proto external
BaseContainer
GetParent
();
74
}
75
type
EDamageType type
Definition
SCR_DestructibleTreeV2.c:32
GetParent
Faction GetParent()
Definition
SCR_Faction.c:539
GetName
string GetName()
Definition
SCR_NotificationSenderComponent.c:15
BaseContainer
Definition
BaseContainer.c:13
BaseContainerList
Definition
BaseContainerList.c:13
BaseResourceObject
Definition
BaseResourceObject.c:13
ResourceName
Definition
ResourceName.c:13
DataVarType
DataVarType
Definition
DataVarType.c:18
scripts
Core
generated
Containers
BaseContainer.c
Generated by
1.17.0