waypointShow: Difference between revisions
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Text replacement - "\| *((\[\[[a-zA-Z0-9_ |()]+\]\],? ?)+) * \}\}" to "|seealso= $1 }}") |
m (formatting) |
||
Line 1: | Line 1: | ||
{{RV|type=command | {{RV|type=command | ||
| arma2 | |game1= arma2 | ||
|1.00 | |version1= 1.00 | ||
| | |game2= arma2oa | ||
|version2= 1.51 | |||
|game3= tkoh | |||
|version3= 1.00 | |||
|game4= arma3 | |||
| | |version4= 0.50 | ||
| | |gr1= Waypoints | ||
| | |descr= A getter for [[showWaypoint]] command. | ||
|s1= '''waypointShow''' waypoint | |||
|p1= waypoint: [[Array]] - In format [[Waypoint]] | |||
| [[String]] - | |r1= [[String]] - Can return: | ||
* "NEVER" - Never show | |||
* "EASY" - Show only in cadet mode | |||
* "ALWAYS" - Always show | |||
* "ERROR" - When set to any different string | |||
|x1= <code>_wpShow = [[waypointShow]] [groupOne,1];</code> | |x1= <code>_wpShow = [[waypointShow]] [groupOne,1];</code> | ||
Line 25: | Line 35: | ||
|seealso= [[showWaypoint]], [[waypoints]], [[waypointVisible]], [[setWaypointVisible]] | |seealso= [[showWaypoint]], [[waypoints]], [[waypointVisible]], [[setWaypointVisible]] | ||
}} | }} | ||
Revision as of 00:11, 30 March 2021
Description
- Description:
- A getter for showWaypoint command.
- Groups:
- Waypoints
Syntax
- Syntax:
- waypointShow waypoint
- Parameters:
- waypoint: Array - In format Waypoint
- Return Value:
- String - Can return:
- "NEVER" - Never show
- "EASY" - Show only in cadet mode
- "ALWAYS" - Always show
- "ERROR" - When set to any different string
Examples
- Example 1:
_wpShow = waypointShow [groupOne,1];
Additional Information
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