BIS fnc advHint: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ :\\\-\/|()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
Lou Montana (talk | contribs) m (Text replacement - "<dl class="command_description"> <dd class="notedate">" to "<dl class="command_description"> <dt></dt> <dd class="notedate">") |
||
Line 43: | Line 43: | ||
<!-- CONTINUE Notes --> | <!-- CONTINUE Notes --> | ||
<dl class="command_description"> | <dl class="command_description"> | ||
<dt></dt> | |||
<dd class="notedate">Posted on August 13, 2016 - 12:09 (UTC)</dd> | <dd class="notedate">Posted on August 13, 2016 - 12:09 (UTC)</dd> | ||
<dt class="note">[[User:Sixtyfour|Sixtyfour]]</dt> | <dt class="note">[[User:Sixtyfour|Sixtyfour]]</dt> |
Revision as of 13:29, 5 April 2021
Description
- Description:
- Description needed
- Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- Syntax needed
- Parameters:
- classes: Array - Array in format ["hint main class","hint class"]
- duration1: Number (Optional) - Duration of short hint in seconds. (Default 15s)
- condition1: String (Optional) - Condition for hiding of short hint (Default "")
- duration2: Number (Optional) - Duration of full hint in seconds (Default 35s)
- condition2: String (Optional) - Condition for hiding of full hint (Default "")
- showing: Boolean (Optional) - True shows hint even if tutorial hints are disabled in game settings (Default false)
- onlyFullHint: Boolean (Optional) - True shows full hint without using of short hint (Default false)
- onlyOnce: Boolean (Optional) - Show the hint in mission only once (true) or multiple times (false) (Default false)
- useSound: Boolean (Optional) - True plays a sound when the hint is opened (Default true)
- Return Value:
- Return value needed
Examples
- Example 1:
[["Common", "GPS"]] call BIS_fnc_advHint;
- Example 2:
[["Common", "GPS"], 15,"",35,"",false,false,false,true] call BIS_fnc_advHint;//Default
Additional Information
Notes
-
Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
- Posted on August 13, 2016 - 12:09 (UTC)
- Sixtyfour
- This command will not do anything for players who have "Tutorial Hints" disabled in their Options > Game difficulty settings or on servers that disable it in their relevant difficulty preset.