lockWp: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (waypoint cat added)
Line 44: Line 44:
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting_Commands_Take_On_Helicopters|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Scripting Commands|{{uc:{{PAGENAME}}}}]]
[[Category:Command_Group:_Waypoints|{{uc:{{PAGENAME}}}}]]

Revision as of 15:55, 13 August 2014

Hover & click on the images for description

Description

Description:
Disables switching to the next waypoint (the current waypoint will never complete while lockWp is used). This is sometimes used during cut-scenes.
Groups:
Uncategorised

Syntax

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

Examples

Example 1:
groupOne lockWP true;

Additional Information

See also:
See also needed

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