Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
BaseContainerProps Class Reference
Attributes
Inheritance diagram for BaseContainerProps:
Detailed Description
An
Attribute
for
BaseContainer
.
[
BaseContainerProps
()]
class
MyObject
{
[
Attribute
(
"true"
,
UIWidgets
.CheckBox)]
bool
Prop1;
[
Attribute
(
"7"
,
UIWidgets
.EditBox)]
int
Prop2;
[
Attribute
(
"hello"
,
UIWidgets
.EditBox)]
string
Prop3;
}
[
BaseContainerProps
()]
class
MyObjectSpecial: MyObject
{
[
Attribute
(
"1.2"
,
UIWidgets
.EditBox)]
float
Prop4;
[
Attribute
(
""
,
UIWidgets
.Object)]
ref MyObject Prop5;
}
// ...
class
TestCube : GenericEntity
{
[
Attribute
(
""
, UIWidgets.Object)]
ref MyObject m_singleObject;
[
Attribute
(
""
, UIWidgets.Object)]
ref array<ref MyObject> m_arrayOfObjects;
};
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
UIWidgets
Definition
attributes.c:40
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
Definition at line
50
of file
BaseContainerProps.c
.
The documentation for this class was generated from the following file:
scripts/Core/generated/Attributes/
BaseContainerProps.c
BaseContainerProps
Generated by
1.17.0