lockWp: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(add. classification)
No edit summary
Line 7: Line 7:
____________________________________________________________________________________________
____________________________________________________________________________________________


| (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.  |= Description
____________________________________________________________________________________________
____________________________________________________________________________________________


| '''(command)''' |= Syntax
|groupName '''lockWp''' lockWP |= Syntax


|p1= |= PARAMETER1  
|p1=groupName: [[Object]] or [[Group]] |= PARAMETER1  


|p2= |= PARAMETER2  
|p2=lockWP: [[Boolean]]  |= PARAMETER2  


|p3= |= PARAMETER3  
|p3= |= PARAMETER3  


| |= RETURNVALUE  
| [[Nothing]] |= RETURNVALUE  




|x1= <code>(example)</code>|= EXAMPLE1  
|x1= <code>groupOne lockWP true; </code>|= EXAMPLE1  


____________________________________________________________________________________________
____________________________________________________________________________________________

Revision as of 12:01, 7 September 2009

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