Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_ContainerActionTitle |
class | SCR_ScenarioFrameworkActionIncrementCounter |
Functions | |
SCR_ContainerActionTitle BaseContainerCustomTitle | BaseContainerProps () |
override bool | _WB_GetCustomTitle (BaseContainer source, out string title) |
void | SplitStringByUpperCase (string input, out string output) |
SCR_ContainerActionTitle BaseContainerCustomTitle | SCR_ContainerActionTitle ()] class SCR_ScenarioFrameworkActionBase |
override void | Init (IEntity entity) |
override void | OnActivate (IEntity object) |
callback - activation - occurs when and entity which fulfills the filter definitions enters the Trigger More... | |
Variables | |
string | m_sCounterName |
override bool BaseContainerProps::_WB_GetCustomTitle | ( | BaseContainer | source, |
out string | title | ||
) |
Definition at line 3 of file SCR_ScenarioFrameworkActions.c.
SCR_ContainerActionTitle BaseContainerCustomTitle BaseContainerProps | ( | ) |
override void BaseContainerProps::Init | ( | IEntity | entity | ) |
Definition at line 48 of file SCR_ScenarioFrameworkActions.c.
SCR_ContainerActionTitle BaseContainerCustomTitle SCR_ContainerActionTitle | ( | ) |
[in] | entity |
\out entity
[in] | object | |
[in] | aObjectsNames | |
[in] | eActivationType |
Definition at line 43 of file SCR_ScenarioFrameworkActions.c.
void BaseContainerProps::SplitStringByUpperCase | ( | string | input, |
out string | output | ||
) |
[in] | input | |
[out] | output |
Definition at line 16 of file SCR_ScenarioFrameworkActions.c.
string m_sCounterName |
Definition at line 45 of file SCR_ScenarioFrameworkActions.c.