waypointForceBehaviour: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - "\|seealso= ([^ ]+)\]\], \[\[" to "|seealso= $1]] [[")
m (Text replacement - "\|seealso= ([^ ]+)\]\], \[\[" to "|seealso= $1]] [[")
Line 18: Line 18:
|x1= <sqf>_isForced = waypointForceBehaviour [groupOne, 1];</sqf>
|x1= <sqf>_isForced = waypointForceBehaviour [groupOne, 1];</sqf>


|seealso= ‎[[setWaypointForceBehaviour]] [[setWaypointBehaviour]] [[waypointBehaviour]], [[Mission_Editor:_Waypoints#Behaviour|Behaviour Description]]
|seealso= ‎[[setWaypointForceBehaviour]] [[setWaypointBehaviour]] [[waypointBehaviour]] [[Mission_Editor:_Waypoints#Behaviour|Behaviour Description]]
}}
}}

Revision as of 13:46, 1 July 2022

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:
setWaypointForceBehaviour setWaypointBehaviour waypointBehaviour Behaviour 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