lockWp: Difference between revisions
Jump to navigation
Jump to search
(add. classification) |
No edit summary |
||
Line 7: | Line 7: | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| ( | | Disables switching to the next waypoint (the current waypoint will never complete while lockWp is used). This is sometimes used during cut-scenes. |= Description | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
| ''' | |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> | |x1= <code>groupOne lockWP true; </code>|= EXAMPLE1 | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ |
Revision as of 11:01, 7 September 2009
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