![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| bool | ShouldFactionSeeHint () |
| bool | GetIsDontShowAgainVisible () |
| EHint | GetType () |
| int | GetShowLimit () |
| bool | IsTimerVisible () |
| void | SetPriority (int priority) |
| int | GetPriority () |
| float | GetDuration () |
| WorldTimestamp | GetTimeStarted () |
| void | SetTimeStamp () |
| Set the time stamp of Hint start. Needed for hint timer timekeeping. | |
| int | GetHighlightWidgetNames (out notnull array< string > outWidgetNames) |
| EFieldManualEntryId | GetFieldManualLink () |
| void | InitSequence (int page, int count) |
| int | GetSequencePage () |
| int | GetSequenceCount () |
| bool | IsInSequence () |
| bool | IsPersistent () |
| void | SetPersistent (bool persistent) |
| override bool | SetDescriptionTo (TextWidget textWidget) |
Static Protected Member Functions | |
| static SCR_HintUIInfo | CreateInfo (string description, string name, float duration, EHint type, EFieldManualEntryId fieldManualEntry, bool isTimerVisible) |
Definition at line 2 of file SCR_HintUIInfo.c.
|
inlinestaticprotected |
| description | |
| name | |
| duration | |
| type | |
| fieldManualEntry | |
| isTimerVisible |
Definition at line 204 of file SCR_HintUIInfo.c.
|
inlineprotected |
Get duration for which the hint should be displayed (in seconds)
Definition at line 111 of file SCR_HintUIInfo.c.
|
inlineprotected |
Get link to associated field manual entry.
Definition at line 147 of file SCR_HintUIInfo.c.
|
inlineprotected |
Get names of widgets that should be highlighted.
| [out] | Array | to be filled with widget names |
Definition at line 136 of file SCR_HintUIInfo.c.
|
inlineprotected |
Definition at line 64 of file SCR_HintUIInfo.c.
|
inlineprotected |
Get priority of the hint. When another hint is already shown, this one will replace it only if it has the same or higher priority.
Definition at line 103 of file SCR_HintUIInfo.c.
|
inlineprotected |
Definition at line 171 of file SCR_HintUIInfo.c.
|
inlineprotected |
Definition at line 164 of file SCR_HintUIInfo.c.
|
inlineprotected |
Get how many times can the hint be shown. Valid only if Type is defined!
Definition at line 81 of file SCR_HintUIInfo.c.
|
inlineprotected |
Get the time of Hint start, needed for proper Map implementation. Returns Replication.Time() of hint creation;
Definition at line 119 of file SCR_HintUIInfo.c.
|
inlineprotected |
Get hint type. When defined, the hint will be persistently saved and not shown again.
Definition at line 72 of file SCR_HintUIInfo.c.
Initialize hint sequence
| page | Page number of this hint |
| count | Total number of hints in the sequence |
Definition at line 156 of file SCR_HintUIInfo.c.
|
inlineprotected |
Definition at line 178 of file SCR_HintUIInfo.c.
|
inlineprotected |
Definition at line 184 of file SCR_HintUIInfo.c.
|
inlineprotected |
Get if the animated timer should be visible.
Definition at line 89 of file SCR_HintUIInfo.c.
|
inlineprotected |
Definition at line 217 of file SCR_HintUIInfo.c.
|
inlineprotected |
Definition at line 190 of file SCR_HintUIInfo.c.
|
inlineprotected |
Definition at line 95 of file SCR_HintUIInfo.c.
|
inlineprotected |
Set the time stamp of Hint start. Needed for hint timer timekeeping.
Definition at line 126 of file SCR_HintUIInfo.c.
|
inlineprotected |
Check whether the player's faction is within the array of faction enums that this hint should not be shown to
Definition at line 41 of file SCR_HintUIInfo.c.
|
protected |
Definition at line 32 of file SCR_HintUIInfo.c.
|
protected |
Definition at line 17 of file SCR_HintUIInfo.c.
|
protected |
Definition at line 29 of file SCR_HintUIInfo.c.
|
protected |
Definition at line 20 of file SCR_HintUIInfo.c.
|
protected |
Definition at line 26 of file SCR_HintUIInfo.c.
|
protected |
Definition at line 14 of file SCR_HintUIInfo.c.
|
protected |
Definition at line 23 of file SCR_HintUIInfo.c.
|
protected |
Definition at line 11 of file SCR_HintUIInfo.c.
|
protected |
Definition at line 35 of file SCR_HintUIInfo.c.
|
protected |
Definition at line 34 of file SCR_HintUIInfo.c.
|
protected |
Definition at line 8 of file SCR_HintUIInfo.c.
|
protected |
Definition at line 36 of file SCR_HintUIInfo.c.
|
protectedattribute |
Definition at line 5 of file SCR_HintUIInfo.c.