waypointForceBehaviour: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Created page with "{{Command|= ____________________________________________________________________________________________ |a3|= Game |1.58|= Game Version (number surrounded by NO SPACES) __...")
 
m (Text replacement - "‎" to "")
 
(36 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Command|=
{{RV|type=command
____________________________________________________________________________________________


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


|1.58|= Game Version (number surrounded by NO SPACES)
|gr1= Waypoints


____________________________________________________________________________________________
|descr= Returns true if the waypoint behavior is forced.


| Returns true if the waypoint behavior is forced. |= Description
|s1= [[waypointForceBehaviour]] waypoint
____________________________________________________________________________________________


| [[waypointForceBehaviour]] waypoint; |= Syntax
|p1= waypoint: [[Waypoint]] - format [group, index]:
* group: [[Group]]
* index: [[Number]]


|p1= format [[Waypoint]] - <nowiki>[</nowiki>[[Group]], ''index''] |= Parameter 1
|r1= [[Boolean]] - is forced
|p2= state: [[Bool]] - Force or not


| [[Bool]] - is forced |= Return Value
|x1= <sqf>_isForced = waypointForceBehaviour [groupOne, 1];</sqf>
 
____________________________________________________________________________________________
 
|x1= <code>_isForced = [[waypointForceBehaviour]] [groupOne, 1];</code> |= Example 1
 
____________________________________________________________________________________________
 
| [[setWaypointForceBehaviour]] |= See also


|seealso= [[setWaypointForceBehaviour]] [[setWaypointBehaviour]] [[waypointBehaviour]] [[Mission_Editor:_Waypoints#Behaviour|Behaviour Description]]
}}
}}
<dl class="command_description">
<!-- BEGIN Note Section -->
<!-- For example:
<dd class="notedate">Posted on Month Day, Year - Time (UTC)</dd>
<dt class="note">'''[[User:User Name|]]'''</dt>
<dd class="note">This is an example note. It is true and verifiable, and contains a little code snippet.
<code>[[if]] ([[_this]] == anExample) [[then]] { [[hint]] "Leave it here for others to read"; };</code></dd>
-->
<!-- END Note Section -->
</dl>
<h3 style="display:none">Bottom Section</h3>
[[Category:Scripting Commands Arma 3|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Waypoints|{{uc:{{PAGENAME}}}}]]

Latest revision as of 12:55, 26 April 2023

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