![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| bool | AreHintsEnabled () |
| void | SetHintsEnabled (bool enabled) |
| int | GetCount (EHint type) |
| int | AddCount (EHint type, int delta=1) |
| void | DontShowAgain (EHint type, BaseContainer container) |
| void | LoadShownHints (out BaseContainer container) |
| void | SaveShownHints (BaseContainer container) |
Protected Attributes | |
| bool | m_bHintsEnabled |
| ref array< EHint > | m_aShownHints |
| ref array< int > | m_aShownHintCounts |
Definition at line 113 of file SCR_GameplaySettings.c.
Adjust number of times specific hint has been shown.
| type | Hint type |
| count | Delta value by which the count will be modified |
Definition at line 161 of file SCR_GameplaySettings.c.
|
inlineprotected |
Definition at line 127 of file SCR_GameplaySettings.c.
|
inlineprotected |
Definition at line 181 of file SCR_GameplaySettings.c.
Check how many times has specific hint been shown previously.
| type | Hint type |
Definition at line 144 of file SCR_GameplaySettings.c.
|
inlineprotected |
Load shown hints to this settings class and validate if existing values are correct. If not, reset them.
| container | Settings container |
Definition at line 199 of file SCR_GameplaySettings.c.
|
inlineprotected |
Persistently save shown hints from this settings class.
| container | Settings container |
Definition at line 225 of file SCR_GameplaySettings.c.
|
inlineprotected |
Definition at line 133 of file SCR_GameplaySettings.c.
|
protectedattribute |
Definition at line 122 of file SCR_GameplaySettings.c.
|
protected |
Definition at line 119 of file SCR_GameplaySettings.c.
|
protected |
Definition at line 116 of file SCR_GameplaySettings.c.