waypointVisible: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\[\[Category:[ _]?Scripting[ _]Commands[ _]Take[ _]On[ _]Helicopters(\|.*)?\]\]" to "{{GameCategory|tkoh|Scripting Commands}}") |
Lou Montana (talk | contribs) m (Text replacement - "_{10,} " to "") |
||
Line 1: | Line 1: | ||
{{Command|Comments= | {{Command|Comments= | ||
| arma2oa |Game name= | | arma2oa |Game name= | ||
Line 7: | Line 6: | ||
|gr1= Waypoints |GROUP1= | |gr1= Waypoints |GROUP1= | ||
| A getter for [[setWaypointVisible]] command. | | A getter for [[setWaypointVisible]] command. | ||
{{Warning | Returns '''0''' ([[Number]]) instead of [[Boolean]]ean for an invalid waypoint}}|DESCRIPTION= | {{Warning | Returns '''0''' ([[Number]]) instead of [[Boolean]]ean for an invalid waypoint}}|DESCRIPTION= | ||
| '''waypointVisible''' waypoint |SYNTAX= | | '''waypointVisible''' waypoint |SYNTAX= | ||
Line 25: | Line 22: | ||
|x2= <code>_visible <nowiki>=</nowiki> [[waypointVisible]] <nowiki>[</nowiki>[[group]] [[player]], [[currentWaypoint]] [[group]] [[player]]];</code>|EXAMPLE2= | |x2= <code>_visible <nowiki>=</nowiki> [[waypointVisible]] <nowiki>[</nowiki>[[group]] [[player]], [[currentWaypoint]] [[group]] [[player]]];</code>|EXAMPLE2= | ||
| [[waypoints]], [[setWaypointVisible]] |SEEALSO= | | [[waypoints]], [[setWaypointVisible]] |SEEALSO= | ||
| |MPBEHAVIOUR= | | |MPBEHAVIOUR= | ||
}} | }} | ||
Revision as of 04:17, 17 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