BIS fnc ORBATTooltip: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " <h3 style="display:none">Notes</h3> <dl class="command_description"> <!-- Note Section BEGIN --> <!-- Note Section END --> </dl>" to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|[Gg]ame [Nn]ame|Game [Vv]ersion|Game Version \(number surrounded by NO SPACES\)|Multiplayer Arguments \("local" or "global"\)|Multiplayer Effects \("local" or "global"\)|Multiplayer Execution \("server" o...) |
||
Line 1: | Line 1: | ||
{{Function | {{Function | ||
| arma3 | | arma3 | ||
|1.00 | |1.00 | ||
|gr1 = Strategic | |gr1 = Strategic | ||
| Animates an ORBAT viewer. | | Animates an ORBAT viewer. | ||
| [target, control, position] call [[BIS_fnc_ORBATTooltip]] | | [target, control, position] call [[BIS_fnc_ORBATTooltip]] | ||
|p1= target: [[Config]] or [[Array]] - Path to group in CfgORBAT or group params returned by [[BIS_fnc_ORBATGetGroupParams]] | |p1= target: [[Config]] or [[Array]] - Path to group in CfgORBAT or group params returned by [[BIS_fnc_ORBATGetGroupParams]] | ||
|p2= control: [[Control]] - Tooltip control | |p2= control: [[Control]] - Tooltip control | ||
|p3= position: [[Array]] - Mouse position in format '''[x,y]''' | |p3= position: [[Array]] - Mouse position in format '''[x,y]''' | ||
| [[Boolean]] | | [[Boolean]] | ||
|x1= <code></code> | |x1= <code></code> | ||
| [[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]] | | [[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]] | ||
}} | }} | ||
Revision as of 22:21, 17 January 2021
Description
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