![]() |
Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
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 |
| void OnPostInit::Exit | ( | IEntity | owner | ) |
| [in] | owner |
Definition at line 16 of file SCR_HintConditionComponent.c.
| void OnPostInit::Init | ( | IEntity | owner | ) |
| [in] | owner |
Definition at line 8 of file SCR_HintConditionComponent.c.
| protected ref SCR_HintConditionList m_Hints |
Definition at line 3 of file SCR_HintConditionComponent.c.