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

Detailed Description

Attribute for defining version of config class and setting callback for container migration to actual version.

[BaseContainerProps(configRoot:true), BaseContainerVersion(version: 3, onVersionChangeFn: OnVersionChange)]
class TestingClass
{
float m_float1;
static void OnVersionChange(BaseContainer cont, BaseContainer hierParent, int version)
{
Print("TestingClass.OnVersionChange");
Print(cont);
Print(hierParent);
Print(version);
}
};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
proto void Print(void var, LogLevel level=LogLevel.NORMAL)
Prints content of variable to console/log.
SCR_FieldOfViewSettings Attribute

Definition at line 32 of file BaseContainerVersion.c.


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