![]() |
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_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 |
| class SCR_BaseHintCondition _WB_GetCustomTitle | ( | BaseContainer | source, |
| out string | title | ||
| ) |
Definition at line 89 of file SCR_BaseHintCondition.c.
| protected void _WB_GetCustomTitle::Activate | ( | ) |
Definition at line 9 of file SCR_BaseHintCondition.c.
| protected void _WB_GetCustomTitle::Deactivate | ( | ) |
Definition at line 27 of file SCR_BaseHintCondition.c.
| void _WB_GetCustomTitle::ExitCondition | ( | Managed | owner, |
| SCR_HintManagerComponent | hintManager | ||
| ) |
| [in] | owner | |
| [in] | hintManager |
Definition at line 58 of file SCR_BaseHintCondition.c.
| void _WB_GetCustomTitle::InitCondition | ( | Managed | owner, |
| SCR_HintManagerComponent | hintManager | ||
| ) |
| [in] | owner | |
| [in] | hintManager |
Definition at line 44 of file SCR_BaseHintCondition.c.
| protected void _WB_GetCustomTitle::OnExitCondition | ( | Managed | owner | ) |
| protected void _WB_GetCustomTitle::OnInitCondition | ( | Managed | owner | ) |
| void _WB_GetCustomTitle::SCR_BaseHintCondition | ( | ) |
Definition at line 75 of file SCR_BaseHintCondition.c.
| protected bool m_bInit |
Definition at line 5 of file SCR_BaseHintCondition.c.
| protected ref SCR_HintUIInfo m_Info |
Definition at line 3 of file SCR_BaseHintCondition.c.
| protected Managed m_Owner |
Definition at line 6 of file SCR_BaseHintCondition.c.