showWaypoint: Difference between revisions
Jump to navigation
Jump to search
m (Text replace - "{{uc:{{PAGENAME}}}}" to "{{uc:{{PAGENAME}}}} {{uc:{{PAGENAME}}}}") |
(added description, formatting syntax/example, see also) |
||
Line 9: | Line 9: | ||
| Sets the condition determining when the waypoint is shown. | | Sets the condition determining when the waypoint is shown. | ||
Possible values are: "NEVER" | <br>Possible values are: | ||
* "NEVER" - never show it | |||
* "EASY" - show only in cadet mode | |||
* "ALWAYS" - always show it |= Description | |||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 16: | Line 19: | ||
|p1= waypoint: [[Array]] - format [[Waypoint]] |= Parameter 1 | |p1= waypoint: [[Array]] - format [[Waypoint]] |= Parameter 1 | ||
|p2= show: [[String]] | |p2= show: [[String]] - see description |= Parameter 2 | ||
| [[Nothing]] |= Return value | | [[Nothing]] |= Return value | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
|x1= < | |x1= <code>[_grp, 2] [[showWaypoint]] "ALWAYS";</code> |= Example 1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| [[waypointShow | | [[waypointShow]] |= See also | ||
}} | }} |
Revision as of 19:51, 21 March 2014
Description
- Description:
- Sets the condition determining when the waypoint is shown.
Possible values are:- "NEVER" - never show it
- "EASY" - show only in cadet mode
- "ALWAYS" - always show it
- Groups:
- Uncategorised
Syntax
- Syntax:
- waypoint showWaypoint show
- Parameters:
- waypoint: Array - format Waypoint
- show: String - see description
- Return Value:
- Nothing
Examples
- Example 1:
[_grp, 2] showWaypoint "ALWAYS";
Additional Information
- See also:
- waypointShow
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