waypointVisible: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 19: Line 19:




|x1= <code>_visible <nowiki>=</nowiki> waypointVisible [groupOne, 1];</code>|EXAMPLE1=  
|x1= <code>_visible <nowiki>=</nowiki> [[waypointVisible]] [groupOne, 1];</code>|EXAMPLE1=  


|x2= <code>_visible <nowiki>=</nowiki> waypointVisible [group player, currentWayPoint (group player)];</code>|EXAMPLE2=  
|x2= <code>_visible <nowiki>=</nowiki> [[waypointVisible]] <nowiki>[</nowiki>[[group]] [[player]], [[currentWaypoint]] [[group]] [[player]]];</code>|EXAMPLE2=  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 09:48, 2 August 2020

Hover & click on the images for description

Description

Description:
A getter for setWaypointVisible command.
Returns 0 (Number) instead of Boolean for an invalid waypoint
Groups:
Uncategorised

Syntax

Syntax:
waypointVisible waypoint
Parameters:
waypoint: Array - format Waypoint
Return Value:
Boolean

Examples

Example 1:
_visible = waypointVisible [groupOne, 1];
Example 2:
_visible = waypointVisible [group player, currentWaypoint group player];

Additional Information

See also:
waypointssetWaypointVisible

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