Vn_ms_fnc_deleteWaypoints
Jump to navigation
Jump to search
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
Remove all current group waypoints and reset their pathing.
Syntax
- Syntax
- [_group] call vn_ms_fnc_deleteWaypoints;
- Parameters
- _group: Group - (Optional, default
grpNull
) Group to remove waypoints from - Return value
- Boolean - Waypoints were deleted
Examples
- Example 1
- [_group] call vn_ms_fnc_deleteWaypoints;