waypointShow: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
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


|gr1= Waypoints
|game2= arma2oa
 
|version2= 1.51
 
|game3= tkoh
 
|version3= 1.00
 
|game4= arma3


| A getter for [[showWaypoint]] command. Possible values are:
|version4= 0.50
* "NEVER" - never show it
* "EASY" - show only in cadet mode
* "ALWAYS" - always show it
* "ERROR" - when set to any different string


| '''waypointShow''' waypoint
|gr1= Waypoints


|p1= waypoint: [[Array]] - format [[Waypoint]]
|descr= A getter for [[showWaypoint]] command.


|s1= '''waypointShow''' waypoint


|p1= waypoint: [[Array]] - In format [[Waypoint]]


| [[String]] - see description
|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]]
}}
}}
{{GameCategory|arma2|Scripting Commands}}
{{GameCategory|arma3|Scripting Commands}}
{{GameCategory|tkoh|Scripting Commands}}
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]

Revision as of 01:11, 30 March 2021

Hover & click on the images for description

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

See also:
showWaypointwaypointswaypointVisiblesetWaypointVisible

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