BIS fnc createTooltip: Difference between revisions
Jump to navigation
Jump to search
m (infobox to template) |
m (page filled) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | |game1= arma3 | ||
|1.78 | |version1= 1.78 | ||
<! | <!--|serverExec= server--> | ||
<! | <!--|arg= local--> | ||
| | <!--|eff= local--> | ||
|descr= Shows group tooltip. Adapted for Tac Ops DLC for use in the animated briefings. | |||
|s1= [input, ctrl, mousePos] call [[BIS_fnc_createTooltip]] | |||
|p1= input: [[Array]] - | |||
* 0: [[Config]] - Group from CfgORBAT | |||
* | * 1: [[Array]] - Group params returned by [[BIS_fnc_ORBATGetGroupParams]] | ||
| | |p2= ctrl: [[Control]] - Tooltip control | ||
| | |p3= mousePos: [[Array]] - Mouse position in format [x,y] | ||
| | |r1= [[Boolean]] | ||
|exec= call | | |exec= call | ||
|seealso= | |||
}} | }} | ||
Revision as of 08:25, 5 June 2020
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 -
- 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