BIS fnc advHintArg: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (Text replacement - " (\|[pr][0-9]+ *= *[^-]+) *- *A([a-z])" to " $1 - a$2")
 
(23 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{RV|type=function


{{Function|= Comments
|game1= arma3
____________________________________________________________________________________________
|version1= 1.00


| arma3 |= Game name
|gr1= GUI


|1.00|= Game version
|descr= Advanced hint arguments preprocess.
____________________________________________________________________________________________


| <pre>/*
|s1= [arguments, HTMLColour, hintClass] call [[BIS_fnc_advHintArg]]
File: advHintArg.sqf


Description:
|p1= arguments: [[Array]]
Advanced hint arguments preprocess.


Parameter(s):
|p2= HTMLColour: [[String]] - HTML colour for highlighted text
_this select 0: Array - arguments
_this select 1: String - HTML color code (for highlighted text)
_this select 2; String (optional) - Class of hint (in case of warning or error is used in logged info)
Returned value:
Array with arguments
*/
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_advHintArg]]; --> |= Syntax
|p3= hintClass: [[String]] - (Optional, default "") class of hint (in case of warning or error is used in logged info)


|p1= |= Parameter 1
|r1= [[Array]] - arguments


| |= Return value
|x1=
____________________________________________________________________________________________
 
|x1= <code></code> |=
____________________________________________________________________________________________
 
| |= See also


|seealso= [[BIS_fnc_advHint]] [[BIS_fnc_advHintFormat]] [[BIS_fnc_advHintCall]]
}}
}}
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->
<!-- Note Section END -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Function Group: Hints|{{uc:advHintArg}}]]
[[Category:Functions|{{uc:advHintArg}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:advHintArg}}]]

Latest revision as of 13:40, 8 November 2023

Hover & click on the images for description

Description

Description:
Advanced hint arguments preprocess.
Execution:
call
Groups:
GUI

Syntax

Syntax:
[arguments, HTMLColour, hintClass] call BIS_fnc_advHintArg
Parameters:
arguments: Array
HTMLColour: String - HTML colour for highlighted text
hintClass: String - (Optional, default "") class of hint (in case of warning or error is used in logged info)
Return Value:
Array - arguments

Examples

Examples:
Example needed

Additional Information

See also:
BIS_fnc_advHint BIS_fnc_advHintFormat BIS_fnc_advHintCall

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