BIS fnc animateTaskWaypoint: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - " *\|= * " 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.24 | |1.24 | ||
|gr1= Tasks | |gr1= Tasks | ||
| Plays an animation that pushes the active task waypoint up and down. | | Plays an animation that pushes the active task waypoint up and down. | ||
| param call [[BIS_fnc_animateTaskWaypoint]]; | | param call [[BIS_fnc_animateTaskWaypoint]]; | ||
|p1= [[Object]] - Unit that should have animations played. | |p1= [[Object]] - Unit that should have animations played. | ||
| [[Nothing]] | | [[Nothing]] | ||
|x1= <code><noWiki>[</noWiki>[[player]]<noWiki>]</noWiki> [[call]] [[BIS_fnc_animateTaskWaypoint]];</code> | |x1= <code><noWiki>[</noWiki>[[player]]<noWiki>]</noWiki> [[call]] [[BIS_fnc_animateTaskWaypoint]];</code> | ||
| [[Task Framework]] | | [[Task Framework]] | ||
}} | }} |
Revision as of 22:37, 17 January 2021
Description
- Description:
- Plays an animation that pushes the active task waypoint up and down.
- Execution:
- call
- Groups:
- Tasks
Syntax
- Syntax:
- param call BIS_fnc_animateTaskWaypoint;
- Parameters:
- Object - Unit that should have animations played.
- Return Value:
- Nothing
Examples
- Example 1:
[player] call BIS_fnc_animateTaskWaypoint;
Additional Information
- See also:
- Task Framework
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