lockWP: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 1: Line 1:
[[Category:Scripting Commands|LOCKWP]]
{{Command|= Comments
[[Category:Scripting Commands OFP 1.96|LOCKWP]]
____________________________________________________________________________________________
[[Category:Scripting Commands OFP 1.46|LOCKWP]]
[[Category:Scripting Commands ArmA|LOCKWP]]


| ofp |= Game name


<h2 style="color:#000066">'''''group'' lockWP ''lockWP'''''</h2>
|1.00|= Game version
____________________________________________________________________________________________


| Disable switching to next waypoint (current waypoint will never complete while lockwp is used). Sometimes used during cut-scenes. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| group '''lockWP''' lockWP |= Syntax


'''group:''' [[Object or Group]]
|p1= group: [[Object or Group]] |= Parameter 1


'''lockWP:''' [[Boolean]]
|p2= lockWP: [[Boolean]] |= Parameter 2


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>groupOne lockWP [[true]]</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Description:'''
}}


Disable switching to next waypoint (current waypoint will never complete while '''lockwp''' is used).
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


Sometimes used during cut-scenes.
<!-- Note Section END -->
</dl>


 
<h3 style="display:none">Bottom Section</h3>
'''Example:'''
[[Category:Scripting Commands|LOCKWP]]
 
[[Category:Scripting Commands OFP 1.96|LOCKWP]]
groupOne '''lockWP''' [[true]]
[[Category:Scripting Commands OFP 1.46|LOCKWP]]
[[Category:Scripting Commands ArmA|LOCKWP]]

Revision as of 02:00, 2 August 2006

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:
group lockWP lockWP
Parameters:
group: 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