BIS fnc ORBATTooltip: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
m (page filling, example needed)
Line 1: Line 1:
{{Function|= Comments
{{Function|= Comments
____________________________________________________________________________________________
____________________________________________________________________________________________
Line 8: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Animates an ORBAT viewer.|= Description
 
Description:
Show group tooltip.
 
Parameter(s):
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:
BOOL
*/
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_ORBATTooltip]]; --> |= Syntax
| [target, control, position] call [[BIS_fnc_ORBATTooltip]] |= Syntax


|p1= |= Parameter 1
|p1= target: [[Config]] or [[Array]] - Path to group in CfgORBAT or group params returned by [[BIS_fnc_ORBATGetGroupParams]]|= Parameter 1
|p2= control: [[Control]] - Tooltip control|= Parameter 2
|p3= position: [[Array]] - Mouse position in format '''[x,y]'''|= Parameter 3


| |= Return value
| [[Boolean]]|= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code></code> |=
____________________________________________________________________________________________
______________
 
| |= See also


| [[ORBAT Viewer]], [[BIS_fnc_ORBATAddGroupOverlay]], [[BIS_fnc_ORBATAnimate]], [[BIS_fnc_ORBATConfigPreview]], [[BIS_fnc_ORBATGetGroupParams]], [[BIS_fnc_ORBATOpen]], [[BIS_fnc_ORBATRemoveGroupOverlay]], [[BIS_fnc_ORBATSetGroupFade]], [[BIS_fnc_ORBATSetGroupParams]] |= See also
}}
}}
<h3 style="display:none">Notes</h3>
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<dl class="command_description">

Revision as of 02:29, 27 May 2018

Hover & click on the images for description

Description

Description:
Animates an ORBAT viewer.
Execution:
call
Groups:
Uncategorised

Syntax

Syntax:
[target, control, position] call BIS_fnc_ORBATTooltip
Parameters:
target: Config or Array - Path to group in CfgORBAT or group params returned by BIS_fnc_ORBATGetGroupParams
control: Control - Tooltip control
position: Array - Mouse position in format [x,y]
Return Value:
Boolean

Examples

Example 1:

Additional Information

See also:
ORBAT ViewerBIS_fnc_ORBATAddGroupOverlayBIS_fnc_ORBATAnimateBIS_fnc_ORBATConfigPreviewBIS_fnc_ORBATGetGroupParamsBIS_fnc_ORBATOpenBIS_fnc_ORBATRemoveGroupOverlayBIS_fnc_ORBATSetGroupFadeBIS_fnc_ORBATSetGroupParams

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

Notes

Bottom Section