BIS fnc createTooltip: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *T([a-z ])" to "$1 - t$2")
(fixed wrong data type)
Line 13: Line 13:
* 1: [[Array]] - Group params returned by [[BIS_fnc_ORBATGetGroupParams]]
* 1: [[Array]] - Group params returned by [[BIS_fnc_ORBATGetGroupParams]]


|p2= ctrl: [[Control]] - tooltip control
|p2= ctrl: [[display]] - Display where tooltip controls group is created


|p3= mousePos: [[Array]] - mouse position in format [x,y]
|p3= mousePos: [[Array]] - Mouse position in format [x,y]


|r1= [[Boolean]]
|r1= [[Boolean]]


|seealso=
|seealso= [[BIS_fnc_ORBATGetGroupParams]]
}}
}}

Revision as of 15:34, 27 December 2023

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:
GUI

Syntax

Syntax:
[input, ctrl, mousePos] call BIS_fnc_createTooltip
Parameters:
input: Array -
ctrl: display - Display where tooltip controls group is created
mousePos: Array - Mouse position in format [x,y]
Return Value:
Boolean

Examples

Examples:
Example needed

Additional Information

See also:
BIS_fnc_ORBATGetGroupParams

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