lockWP: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (see also)
m (template:command argument fix)
Line 23: Line 23:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <code>_groupOne '''lockWP''' [[true]];</code> |= EXAMPLE1
|x1= <code>_groupOne '''lockWP''' [[true]];</code> |EXAMPLE1=
|x2= <code>_Soldier '''lockWP''' [[true]];</code> |= EXAMPLE2
|x2= <code>_Soldier '''lockWP''' [[true]];</code> |EXAMPLE2=
|x3= <code>_MyTank '''lockWP''' [[false]];</code> |= EXAMPLE3
|x3= <code>_MyTank '''lockWP''' [[false]];</code> |EXAMPLE3=
___________________________________________________________________________________________
___________________________________________________________________________________________



Revision as of 11:35, 7 April 2019

Hover & click on the images for description

Description

Description:
Disable switching to next waypoint (current waypoint will never complete while lockwp is used). Sometimes used during cut-scenes.
Groups:
Uncategorised

Syntax

Syntax:
groupName lockWP lock
Parameters:
groupName: Object or Group
lock: Boolean
Return Value:
Nothing

Examples

Example 1:
_groupOne lockWP true;
Example 2:
_Soldier lockWP true;
Example 3:
_MyTank lockWP false;

Additional Information

See also:
waypointsdeleteWaypointcopyWaypointssetCurrentWaypointsetWaypointBehavioursetWaypointCombatModesetWaypointCompletionRadiussetWaypointFormationsetWaypointHousePositionsetWaypointPositionsetWaypointScriptsetWaypointSpeedsetWaypointStatementssetWaypointTimeoutsetWaypointTypesetWaypointVisiblewaypointAttachVehiclewaypointAttachedVehiclesetWaypointLoiterRadiuswaypointLoiterRadiusaddWaypointsetWaypointLoiterTypewaypointSpeed

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