waypointVisible: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
Lou Montana (talk | contribs) m (Text replacement - " *\| *([Cc]omments|COMMENTS|Game|[Gg]ame [Nn]ame( +[0-9])?|Game [Vv]ersion( +[0-9])?|Game Version \(number surrounded by NO SPACES\)|Arguments in MP|MP[Aa]rg|Multiplayer Arguments( \("local" or "global"\))?|Effects|Execution|Effects...) |
||
Line 1: | Line 1: | ||
{{Command | {{Command | ||
| arma2oa | | arma2oa | ||
|1.55 | |1.55 | ||
|gr1= Waypoints | |gr1= Waypoints | ||
| A getter for [[setWaypointVisible]] command. | | A getter for [[setWaypointVisible]] command. | ||
{{Warning | Returns '''0''' ([[Number]]) instead of [[Boolean]]ean for an invalid waypoint}} | {{Warning | Returns '''0''' ([[Number]]) instead of [[Boolean]]ean for an invalid waypoint}} | ||
| '''waypointVisible''' waypoint | | '''waypointVisible''' waypoint | ||
|p1 = waypoint: [[Array]] - format [[Waypoint]] | |p1 = waypoint: [[Array]] - format [[Waypoint]] | ||
| [[Boolean]] | | [[Boolean]] | ||
|x1= <code>_visible <nowiki>=</nowiki> [[waypointVisible]] [groupOne, 1];</code> | |x1= <code>_visible <nowiki>=</nowiki> [[waypointVisible]] [groupOne, 1];</code> | ||
|x2= <code>_visible <nowiki>=</nowiki> [[waypointVisible]] <nowiki>[</nowiki>[[group]] [[player]], [[currentWaypoint]] [[group]] [[player]]];</code> | |x2= <code>_visible <nowiki>=</nowiki> [[waypointVisible]] <nowiki>[</nowiki>[[group]] [[player]], [[currentWaypoint]] [[group]] [[player]]];</code> | ||
| [[waypoints]], [[setWaypointVisible]] | | [[waypoints]], [[setWaypointVisible]] | ||
| | | | ||
}} | }} | ||
Revision as of 11:43, 18 January 2021
Description
- Description:
- A getter for setWaypointVisible command.
- Groups:
- Waypoints
Syntax
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