BIS fnc advHintCall: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.20 | |1.20 | ||
|gr1 = GUI | |gr1 = GUI | ||
| Advanced hint call, creates hint itself.<br> | | Advanced hint call, creates hint itself.<br> | ||
Line 17: | Line 17: | ||
BIS_fnc_advHint_hint select 6: [[String]] - Condition for hiding of full hint (default: "false")<br> | BIS_fnc_advHint_hint select 6: [[String]] - Condition for hiding of full hint (default: "false")<br> | ||
BIS_fnc_advHint_hint select 7: [[Boolean]] - True shows directly full hint (default: [[false]])<br> | BIS_fnc_advHint_hint select 7: [[Boolean]] - True shows directly full hint (default: [[false]])<br> | ||
BIS_fnc_advHint_hint select 8: [[Boolean]] - True for using of sound (default: [[true]]) | BIS_fnc_advHint_hint select 8: [[Boolean]] - True for using of sound (default: [[true]]) | ||
| fullTextcall call [[BIS_fnc_advHintCall]] | | fullTextcall call [[BIS_fnc_advHintCall]] | ||
|p1=fullText: [[Boolean]] - [[true]] to show full text, [[false]] to only show small hint notification | |p1=fullText: [[Boolean]] - [[true]] to show full text, [[false]] to only show small hint notification | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code>false [[call]] [[BIS_fnc_advHintCall]];</code> | |x1= <code>false [[call]] [[BIS_fnc_advHintCall]];</code> | ||
| [[BIS_fnc_advHint]], [[BIS_fnc_advHintFormat]], [[BIS_fnc_advHintArg]] | | [[BIS_fnc_advHint]], [[BIS_fnc_advHintFormat]], [[BIS_fnc_advHintArg]] | ||
}} | }} | ||
Revision as of 22:39, 17 January 2021
Description
- Description:
- Advanced hint call, creates hint itself.
This function gets parameters from variable BIS_fnc_advHint_hint:
BIS_fnc_advHint_hint select 0: String - Class of hint
BIS_fnc_advHint_hint select 1: String - Structured text of full hint
BIS_fnc_advHint_hint select 2: String - Structured text of short hint
BIS_fnc_advHint_hint select 3: Number - Duration of short hint in seconds
BIS_fnc_advHint_hint select 4: String - Condition for hiding of short hint (default: "false")
BIS_fnc_advHint_hint select 5: Number - Duration of full hint in seconds
BIS_fnc_advHint_hint select 6: String - Condition for hiding of full hint (default: "false")
BIS_fnc_advHint_hint select 7: Boolean - True shows directly full hint (default: false)
BIS_fnc_advHint_hint select 8: Boolean - True for using of sound (default: true) - Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- fullTextcall call BIS_fnc_advHintCall
- Parameters:
- fullText: Boolean - true to show full text, false to only show small hint notification
- Return Value:
- Nothing
Examples
- Example 1:
false call BIS_fnc_advHintCall;
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