showWaypoint: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "[[Category:Scripting Commands ArmA|" to "[[Category:Scripting Commands Armed Assault|")
No edit summary
Line 11: Line 11:
<br>Possible values are:
<br>Possible values are:
* "NEVER" - never show it
* "NEVER" - never show it
* "EASY" - show only in cadet mode
* "EASY" - show only if <tt>showCadetWP</tt> is enabled in difficulty.
* "ALWAYS" - always show it |DESCRIPTION=
* "ALWAYS" - always show it |DESCRIPTION=
____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 08:09, 2 August 2020

-wrong parameter ("Arma") defined!-1.00
Hover & click on the images for description

Description

Description:
Sets the condition determining when the waypoint is shown.
Possible values are:
  • "NEVER" - never show it
  • "EASY" - show only if showCadetWP is enabled in difficulty.
  • "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

Notes

Bottom Section