BIS fnc ORBATTooltip: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=]{12})" to "|$1=$2 |descr=$3") |
Lou Montana (talk | contribs) m (Text replacement - "(\|[pr][0-9]+ *= *[^- ]*) *- *T([a-z ])" to "$1 - t$2") |
||
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{RV|type=function | {{RV|type=function | ||
| arma3 | |game1= arma3 | ||
|version1= 1.00 | |||
|1.00 | |||
|gr1= Strategic | |gr1= Strategic | ||
Line 9: | Line 8: | ||
|descr= Animates an ORBAT viewer. | |descr= Animates an ORBAT viewer. | ||
|s1=[target, control, position] call [[BIS_fnc_ORBATTooltip]] | |s1= [target, control, position] call [[BIS_fnc_ORBATTooltip]] | ||
|p1= target: [[Config]] or [[Array]] - | |p1= target: [[Config]] or [[Array]] - path to group in CfgORBAT or group params returned by [[BIS_fnc_ORBATGetGroupParams]] | ||
|p2= control: [[Control]] - | |p2= control: [[Control]] - tooltip control | ||
|p3= position: [[Array]] - | |p3= position: [[Array]] - mouse position in format '''[x,y]''' | ||
|r1= [[Boolean]] | |r1= [[Boolean]] | ||
Line 19: | Line 18: | ||
|x1= | |x1= | ||
|seealso= [[ORBAT Viewer]] | |seealso= [[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]] | ||
}} | }} |
Latest revision as of 15:51, 8 November 2023
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
- Examples:
- Example needed
Additional Information
- 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
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