BIS fnc animateTaskWaypoint: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (1 revision)
(Added syntax, param, examples.)
Line 8: Line 8:
____________________________________________________________________________________________
____________________________________________________________________________________________


| <pre>/*
| Plays an animation that pushes the active task waypoint up and down. |= Description
 
Description:
Animates task waypoint up & down
 
Parameter(s):
0: OBJECT - Unit who's waypoints will be animated
 
Returns:
NONE
*/
 
</pre><small>''(Placeholder description extracted from the function header by [[BIS_fnc_exportFunctionsToWiki]])''</small> |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| <!-- [] call [[BIS_fnc_animateTaskWaypoint]]; --> |= Syntax
| param call [[BIS_fnc_animateTaskWaypoint]]; |= Syntax


|p1= |= Parameter 1
|p1= [[Object]] - Unit that should have animations played. |= Parameter 1


| |= Return value
| [[Nothing]] |= Return value
____________________________________________________________________________________________
____________________________________________________________________________________________


|x1= <code></code> |=  
|x1= <code>[player] call BIS_fnc_animateTaskWaypoint;</code> |=  
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 00:08, 2 October 2014


Hover & click on the images for description

Description

Description:
Plays an animation that pushes the active task waypoint up and down.
Execution:
call
Groups:
Uncategorised

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:
See also needed

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