waypointVisible: Difference between revisions
Jump to navigation
Jump to search
Killzone Kid (talk | contribs) No edit summary |
Killzone Kid (talk | contribs) 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, | |x2= <code>_visible <nowiki>=</nowiki> [[waypointVisible]] <nowiki>[</nowiki>[[group]] [[player]], [[currentWaypoint]] [[group]] [[player]]];</code>|EXAMPLE2= | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 08:48, 2 August 2020
Description
- Description:
- A getter for setWaypointVisible command.
- Groups:
- Uncategorised
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
Notes
Bottom Section
Categories:
- Scripting Commands
- Introduced with Arma 2: Operation Arrowhead version 1.55
- Arma 2: Operation Arrowhead: New Scripting Commands
- Arma 2: Operation Arrowhead: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands Arma 2
- Scripting Commands Arma 3
- Scripting Commands Take On Helicopters
- Command Group: Waypoints