Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseHintCondition.c File Reference

Go to the source code of this file.

Classes

class  SCR_BaseHintCondition

Functions

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

Variables

ref SCR_HintUIInfo m_Info
bool m_bInit
Managed m_Owner

Function Documentation

◆ _WB_GetCustomTitle()

class SCR_BaseHintCondition _WB_GetCustomTitle ( BaseContainer source,
out string title )

Definition at line 1 of file SCR_BaseHintCondition.c.

◆ Activate()

void _WB_GetCustomTitle::Activate ( )
protected

Definition at line 97 of file SCR_BaseHintCondition.c.

◆ Deactivate()

void _WB_GetCustomTitle::Deactivate ( )
protected

Definition at line 115 of file SCR_BaseHintCondition.c.

◆ ExitCondition()

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

Definition at line 146 of file SCR_BaseHintCondition.c.

◆ InitCondition()

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

Definition at line 132 of file SCR_BaseHintCondition.c.

◆ OnExitCondition()

void _WB_GetCustomTitle::OnExitCondition ( Managed owner)
protected

◆ OnInitCondition()

void _WB_GetCustomTitle::OnInitCondition ( Managed owner)
protected

◆ SCR_BaseHintCondition()

void _WB_GetCustomTitle::SCR_BaseHintCondition ( )
protected

Definition at line 163 of file SCR_BaseHintCondition.c.

Variable Documentation

◆ m_bInit

bool m_bInit
protected

Definition at line 93 of file SCR_BaseHintCondition.c.

◆ m_Info

ref SCR_HintUIInfo m_Info
protected

Definition at line 91 of file SCR_BaseHintCondition.c.

◆ m_Owner

Managed m_Owner
protected

Definition at line 94 of file SCR_BaseHintCondition.c.