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

Go to the source code of this file.

Classes

class  SCR_HintConditionComponentClass

Functions

SCR_HintConditionComponentClass ScriptComponentClass OnPostInit (IEntity owner)
 Editable Mine.
void Init (IEntity owner)
void Exit (IEntity owner)
override void OnDelete (IEntity owner)

Variables

ref SCR_HintConditionList m_Hints

Function Documentation

◆ Exit()

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

Definition at line 42 of file SCR_HintConditionComponent.c.

◆ Init()

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

Definition at line 34 of file SCR_HintConditionComponent.c.

◆ OnDelete()

override void OnDelete ( IEntity owner)

Definition at line 38 of file SCR_HintConditionComponent.c.

Variable Documentation

◆ m_Hints

ref SCR_HintConditionList m_Hints
protected

Definition at line 29 of file SCR_HintConditionComponent.c.