Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_ScenarioFrameworkActions.c File Reference

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
 

Function Documentation

◆ _WB_GetCustomTitle()

override bool BaseContainerProps::_WB_GetCustomTitle ( BaseContainer  source,
out string  title 
)

Definition at line 3 of file SCR_ScenarioFrameworkActions.c.

◆ BaseContainerProps()

SCR_ContainerActionTitle BaseContainerCustomTitle BaseContainerProps ( )

◆ Init()

override void BaseContainerProps::Init ( IEntity  entity)

Definition at line 48 of file SCR_ScenarioFrameworkActions.c.

◆ SCR_ContainerActionTitle()

SCR_ContainerActionTitle BaseContainerCustomTitle SCR_ContainerActionTitle ( )
Parameters
[in]entity
Returns

\out entity

Returns
Parameters
[in]object
[in]aObjectsNames
[in]eActivationType

Definition at line 43 of file SCR_ScenarioFrameworkActions.c.

◆ SplitStringByUpperCase()

void BaseContainerProps::SplitStringByUpperCase ( string  input,
out string  output 
)
Parameters
[in]input
[out]output

Definition at line 16 of file SCR_ScenarioFrameworkActions.c.

Variable Documentation

◆ m_sCounterName

string m_sCounterName

Definition at line 45 of file SCR_ScenarioFrameworkActions.c.