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

Go to the source code of this file.

Data Structures

class  SCR_HintConditionComponentClass
 

Functions

SCR_HintConditionComponentClass ScriptComponentClass OnPostInit (IEntity owner)
 Called on PostInit when all components are added. More...
 
void Init (IEntity owner)
 
void Exit (IEntity owner)
 
override void OnDelete (IEntity owner)
 

Variables

protected ref SCR_HintConditionList m_Hints
 

Function Documentation

◆ Exit()

void OnPostInit::Exit ( IEntity  owner)
Parameters
[in]owner

Definition at line 16 of file SCR_HintConditionComponent.c.

◆ Init()

void OnPostInit::Init ( IEntity  owner)
Parameters
[in]owner

Definition at line 8 of file SCR_HintConditionComponent.c.

Variable Documentation

◆ m_Hints

protected ref SCR_HintConditionList m_Hints

Definition at line 3 of file SCR_HintConditionComponent.c.