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_HintSequenceComponentClass |
Functions | |
bool | StartSequence () |
void | StopSequence () |
void | ToggleSequence () |
bool | IsSequenceActive () |
ScriptInvoker | GetOnSequenceChange () |
protected void | OnHintShow (SCR_HintUIInfo info, bool isSilent) |
protected void | OnHintHide (SCR_HintUIInfo info, bool isSilent) |
protected void | Clear () |
Variables | |
SCR_HintSequenceComponentClass | m_bIsActive |
protected ref ScriptInvoker | m_OnSequenceChange = new ScriptInvoker |
protected void Clear | ( | ) |
Definition at line 119 of file SCR_HintSequenceComponent.c.
ScriptInvoker GetOnSequenceChange | ( | ) |
Get the event triggered when the hint sequence starts or stops.
Definition at line 84 of file SCR_HintSequenceComponent.c.
bool IsSequenceActive | ( | ) |
Check if the hint sequence is currently active.
Definition at line 76 of file SCR_HintSequenceComponent.c.
protected void OnHintHide | ( | SCR_HintUIInfo | info, |
bool | isSilent | ||
) |
Definition at line 103 of file SCR_HintSequenceComponent.c.
protected void OnHintShow | ( | SCR_HintUIInfo | info, |
bool | isSilent | ||
) |
Definition at line 94 of file SCR_HintSequenceComponent.c.
bool StartSequence | ( | ) |
Start hint sequence defined by this component.
Definition at line 27 of file SCR_HintSequenceComponent.c.
void StopSequence | ( | ) |
Stop hint sequence defined by this component. Has no effect if the sequence is not active.
Definition at line 51 of file SCR_HintSequenceComponent.c.
void ToggleSequence | ( | ) |
Toggle hint sequence defined by this component. Stops the sequence if it is active, and starts it if it is not.
Definition at line 65 of file SCR_HintSequenceComponent.c.
SCR_HintSequenceComponentClass m_bIsActive |
protected ref ScriptInvoker m_OnSequenceChange = new ScriptInvoker |
Definition at line 18 of file SCR_HintSequenceComponent.c.