setWaypointVisible

From Bohemia Interactive Community
Revision as of 16:30, 7 January 2011 by .kju (talk | contribs) (Added SEEALSO)
Jump to navigation Jump to search
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