![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Classes | |
| class | SCR_HintSequenceComponentClass |
Functions | |
| bool | StartSequence () |
| void | StopSequence () |
| void | ToggleSequence () |
| bool | IsSequenceActive () |
| ScriptInvoker | GetOnSequenceChange () |
| void | OnHintShow (SCR_HintUIInfo info, bool isSilent) |
| void | OnHintHide (SCR_HintUIInfo info, bool isSilent) |
| void | Clear () |
| Remove all calls from list. | |
Variables | |
| SCR_HintSequenceComponentClass | m_bIsActive |
| ref ScriptInvoker | m_OnSequenceChange = new ScriptInvoker |
|
protected |
Get the event triggered when the hint sequence starts or stops.
Definition at line 84 of file SCR_HintSequenceComponent.c.
|
protected |
Check if the hint sequence is currently active.
Definition at line 76 of file SCR_HintSequenceComponent.c.
|
protected |
Definition at line 103 of file SCR_HintSequenceComponent.c.
|
protected |
Definition at line 94 of file SCR_HintSequenceComponent.c.
|
protected |
Start hint sequence defined by this component.
Definition at line 27 of file SCR_HintSequenceComponent.c.
|
protected |
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.
|
protected |
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 |
Definition at line 18 of file SCR_HintSequenceComponent.c.