BIS fnc advHint: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Function|= Comments ____________________________________________________________________________________________ | arma3 |= Game name |1.00|= Game version ___________________...") |
m (1 revision) |
(No difference)
|
Revision as of 15:10, 25 July 2014
Description
- Description:
- Shows advanced hint to player.
- Execution:
- call
- Groups:
- Uncategorised
Syntax
- Syntax:
- [classes, duration1, condition1, duration2, condition2, showing, onlyFullHint, onlyOnce] call BIS_fnc_advHint;
- Parameters:
- classes: Array - Array in format ["hint main class","hint class"]
- duration1: Number (Optional) - Duration of short hint in seconds
- condition1: String (Optional) - Condition for hiding of short hint
- duration2: Number (Optional) - Duration of full hint in seconds
- condition2: String (Optional) - Condition for hiding of full hint
- showing: Boolean (Optional) - True shows hint even if tutorial hints are disabled in game settings (!!!not implemented yet!!!)
- onlyFullHint: Boolean (Optional) - True shows full hint without using of short hint
- onlyOnce: Boolean (Optional) - Show the hint in mission only once (true) or multiple times (false)
- Return Value:
- Nothing
Examples
- Example 1:
[["Common", "GPS"]] call BIS_fnc_advHint;
Additional Information
- See also:
- Advanced Hints (Field Manual)
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