BIS fnc createTooltip: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (infobox to template)
m (page filled)
Line 1: Line 1:
{{Function|= Comments
{{Function


| arma3 |Game name=
|game1= arma3


|1.78|Game version=
|version1= 1.78


<!---|arg= local |Multiplayer Arguments=--->
<!--|serverExec= server-->


<!---|eff= local |Multiplayer Effects=--->
<!--|arg= local-->


| <pre>/*
<!--|eff= local-->
Author: Karel Moricky, modified by Riccardo Argiolas


Description:
|descr= Shows group tooltip. Adapted for Tac Ops DLC for use in the animated briefings.  
Show group tooltip.
Modifications:
Adapted for Tac Ops DLC for use in the animated briefings.  


Parameter(s):
|s1= [input, ctrl, mousePos] call [[BIS_fnc_createTooltip]]
0:
CONFIG - group from CfgORBAT
ARRAY - group params returned by BIS_fnc_ORBATGetGroupParams
1: CONTROL - tooltip control
2: ARRAY - mouse position in format [x,y]


Returns:
|p1= input: [[Array]] -
BOOL
* 0: [[Config]] - Group from CfgORBAT
*/</pre>{{placeholder}}<!-- Remove this after fill-in --> |Description=
* 1: [[Array]] - Group params returned by [[BIS_fnc_ORBATGetGroupParams]]


|[] call [[BIS_fnc_createTooltip]]|Syntax=
|p2= ctrl: [[Control]] - Tooltip control


|p1= parameter: Datatype - (Optional, default defValue) description |Parameter 1=
|p3= mousePos: [[Array]] - Mouse position in format [x,y]


|Datatype - description|Return value=


|x1= <code></code>|Example 1=
|r1= [[Boolean]]


|exec= call |Execution=
|exec= call
 
|seealso=


| |See also=
}}
}}
[[Category:Function Group: Systems|{{uc:createTooltip}}]]
[[Category:Functions|{{uc:createTooltip}}]]
[[Category:{{Name|arma3}}: Functions|{{uc:createTooltip}}]]

Revision as of 09:25, 5 June 2020

Hover & click on the images for description

Description

Description:
Shows group tooltip. Adapted for Tac Ops DLC for use in the animated briefings.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[input, ctrl, mousePos] call BIS_fnc_createTooltip
Parameters:
input: Array -
ctrl: Control - Tooltip control
mousePos: Array - Mouse position in format [x,y]
Return Value:
Boolean

Examples

Examples:
Example needed

Additional Information

See also:
See also needed

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