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

Go to the source code of this file.

Data Structures

class  SCR_BaseHintCondition
 

Functions

class SCR_BaseHintCondition _WB_GetCustomTitle (BaseContainer source, out string title)
 
protected void Activate ()
 
protected void Deactivate ()
 
void InitCondition (Managed owner, SCR_HintManagerComponent hintManager)
 
void ExitCondition (Managed owner, SCR_HintManagerComponent hintManager)
 
protected void OnInitCondition (Managed owner)
 
protected void OnExitCondition (Managed owner)
 
void SCR_BaseHintCondition ()
 

Variables

protected ref SCR_HintUIInfo m_Info
 
protected bool m_bInit
 
protected Managed m_Owner
 

Function Documentation

◆ _WB_GetCustomTitle()

class SCR_BaseHintCondition _WB_GetCustomTitle ( BaseContainer  source,
out string  title 
)

Definition at line 89 of file SCR_BaseHintCondition.c.

◆ Activate()

protected void _WB_GetCustomTitle::Activate ( )

Definition at line 9 of file SCR_BaseHintCondition.c.

◆ Deactivate()

protected void _WB_GetCustomTitle::Deactivate ( )

Definition at line 27 of file SCR_BaseHintCondition.c.

◆ ExitCondition()

void _WB_GetCustomTitle::ExitCondition ( Managed  owner,
SCR_HintManagerComponent  hintManager 
)
Parameters
[in]owner
[in]hintManager

Definition at line 58 of file SCR_BaseHintCondition.c.

◆ InitCondition()

void _WB_GetCustomTitle::InitCondition ( Managed  owner,
SCR_HintManagerComponent  hintManager 
)
Parameters
[in]owner
[in]hintManager

Definition at line 44 of file SCR_BaseHintCondition.c.

◆ OnExitCondition()

protected void _WB_GetCustomTitle::OnExitCondition ( Managed  owner)

◆ OnInitCondition()

protected void _WB_GetCustomTitle::OnInitCondition ( Managed  owner)

◆ SCR_BaseHintCondition()

void _WB_GetCustomTitle::SCR_BaseHintCondition ( )

Definition at line 75 of file SCR_BaseHintCondition.c.

Variable Documentation

◆ m_bInit

protected bool m_bInit

Definition at line 5 of file SCR_BaseHintCondition.c.

◆ m_Info

protected ref SCR_HintUIInfo m_Info

Definition at line 3 of file SCR_BaseHintCondition.c.

◆ m_Owner

protected Managed m_Owner

Definition at line 6 of file SCR_BaseHintCondition.c.