BIS fnc advHintCall: Difference between revisions
| m (pf) | Lou Montana (talk | contribs)  | ||
| Line 16: | Line 16: | ||
| 	BIS_fnc_advHint_hint select 5: [[Number]] - Duration of full hint in seconds<br> | 	BIS_fnc_advHint_hint select 5: [[Number]] - Duration of full hint in seconds<br> | ||
| 	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: [[ | 	BIS_fnc_advHint_hint select 7: [[Boolean]] - True shows directly full hint (default: [[false]])<br> | ||
| 	BIS_fnc_advHint_hint select 8: [[ | 	BIS_fnc_advHint_hint select 8: [[Boolean]] - True for using of sound (default: [[true]])|Description= | ||
| ____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Revision as of 00:17, 24 August 2020
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:
- Uncategorised
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
 
	