setWaypointVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(created)
 
m (Added SEEALSO)
Line 27: Line 27:
____________________________________________________________________________________________
____________________________________________________________________________________________


|  [[waypointVisible]] |= SEEALSO  
[[addWaypoint]], [[waypointVisible]] |= SEEALSO  


|  |= MPBEHAVIOUR  
|  |= MPBEHAVIOUR  

Revision as of 16:30, 7 January 2011

Hover & click on the images for description

Description

Description:
Sets the visibility of the waypoint.
Groups:
Uncategorised

Syntax

Syntax:
waypoint setWaypointVisible visible
Parameters:
waypoint: Array - format Waypoint
visible: Boolean
Return Value:
Nothing

Examples

Example 1:
[grp, 2] setWaypointVisible false;
Example 2:
[group player, currentWaypoint (group player)] setWaypointVisible false;

Additional Information

See also:
addWaypointwaypointVisible

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