Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseContainerProps Class Reference
Inheritance diagram for BaseContainerProps:
CommonEditorProps CommonEditorProps

Detailed Description

An Attribute for BaseContainer.

class MyObject
{
[Attribute("true", UIWidgets.CheckBox)]
bool Prop1;
[Attribute("7", UIWidgets.EditBox)]
int Prop2;
[Attribute("hello", UIWidgets.EditBox)]
string Prop3;
}
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;
};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_FieldOfViewSettings Attribute

Definition at line 50 of file BaseContainerProps.c.


The documentation for this class was generated from the following file: