waypointForceBehaviour: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\| *(arg|eff|mp|serverExec|gr[0-9]) *= *(.*) * *\|([^=0-9]{12})" to "|$1=$2 |descr=$3")
m (Some wiki formatting)
Line 1: Line 1:
{{RV|type=command
{{RV|type=command


| arma3|= Game
|game1= arma3
 
|version1= 1.58
|1.58


|gr1= Waypoints
|gr1= Waypoints
Line 9: Line 8:
|descr= Returns true if the waypoint behavior is forced.
|descr= Returns true if the waypoint behavior is forced.


|s1= [[waypointForceBehaviour]] waypoint
|s1= [[waypointForceBehaviour]] waypoint


|p1= waypoint: [[Waypoint]] - format [<nowiki/>[[Group]], ''index'']
|p1= waypoint: [[Waypoint]] - format [group, index]:
* group: [[Group]]
* index: [[Number]]


|r1= [[Boolean]] - is forced
|r1= [[Boolean]] - is forced

Revision as of 10:27, 14 June 2021

Hover & click on the images for description

Description

Description:
Returns true if the waypoint behavior is forced.
Groups:
Waypoints

Syntax

Syntax:
waypointForceBehaviour waypoint
Parameters:
waypoint: Waypoint - format [group, index]:
Return Value:
Boolean - is forced

Examples

Example 1:
_isForced = waypointForceBehaviour [groupOne, 1];

Additional Information

See also:
setWaypointForceBehavioursetWaypointBehaviourwaypointBehaviourBehaviour Description

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