BIS fnc createTooltip: Difference between revisions
Jump to navigation
Jump to search
m (Text replacement - "<!--|serverExec= server-->" to "") |
m (added group) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
|game1= arma3 | |game1= arma3 | ||
|version1= 1.78 | |version1= 1.78 | ||
|gr1= GUI | |||
|descr= Shows group tooltip. Adapted for Tac Ops DLC for use in the animated briefings. | |descr= Shows group tooltip. Adapted for Tac Ops DLC for use in the animated briefings. | ||
Line 22: | Line 17: | ||
|p3= mousePos: [[Array]] - Mouse position in format [x,y] | |p3= mousePos: [[Array]] - Mouse position in format [x,y] | ||
|r1= [[Boolean]] | |r1= [[Boolean]] | ||
Line 29: | Line 23: | ||
|seealso= | |seealso= | ||
}} | }} |
Revision as of 19:08, 18 January 2021
Description
- Description:
- Shows group tooltip. Adapted for Tac Ops DLC for use in the animated briefings.
- Execution:
- call
- Groups:
- GUI
Syntax
- Syntax:
- [input, ctrl, mousePos] call BIS_fnc_createTooltip
- Parameters:
- input: Array -
- 0: Config - Group from CfgORBAT
- 1: Array - Group params returned by BIS_fnc_ORBATGetGroupParams
- 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