Difference between revisions of "VN ms fnc deleteWaypoints"

From Savage Game Design Wiki
Jump to navigation Jump to search
m (Text replacement - "[[vn_" to "[[VN_")
(Page filling)
 
Line 1: Line 1:
[[Category:TODO]]
 
 
{{Function
 
{{Function
  
Line 6: Line 5:
 
|author= Wyqer, veteran29
 
|author= Wyqer, veteran29
  
|a=
+
|a= global
  
|e=
+
|e= global
  
 
|g1= general
 
|g1= general
  
|d= <pre>/*
+
|d= Remove all current group waypoints and reset their pathing.
    Author: Wyqer, veteran29
 
    Date: 2019-11-14
 
    Public: Yes
 
  
    Description:
+
|s= [group] call [[VN_ms_fnc_deleteWaypoints]]
        Remove all current group waypoints and reset their pathing.
 
  
    Parameter(s):
+
|p1n= group
        _group - Group to remove waypoints from [GROUP, defaults to grpNull]
+
|p1t= group
 
+
|p1d= group to strip from its waypoints
    Example(s):
 
        [_group] call vn_ms_fnc_deleteWaypoints
 
 
 
    Returns:
 
        Waypoints were deleted [BOOL]
 
*/
 
</pre><small>''(Placeholder description extracted from the function header by '''LM_exportFunctionsToWiki.sqf''')''</small>
 
 
 
|s= [] call [[VN_ms_fnc_deleteWaypoints]]
 
 
 
|p1n=
 
|p1t=
 
|p1d=
 
 
|p1v=
 
|p1v=
  
Line 43: Line 25:
 
|p2v=
 
|p2v=
  
|r1t=
+
|r1t= boolean
|r1d=
+
|r1d= function's success
  
|x1= <code>-</code>
+
|x1= <code>[group player] call [[VN_ms_fnc_deleteWaypoints]];</code>
 
}}
 
}}

Latest revision as of 17:37, 23 February 2021

← back to Functions Introduced in S.O.G. Prairie Fire v1.00
by Wyqer, veteran29
Argument(s): global
Effect(s): global

Description

Remove all current group waypoints and reset their pathing.

Syntax

Syntax
[group] call VN_ms_fnc_deleteWaypoints
Parameters
group: Group - group to strip from its waypoints
Return value
Boolean - function's success

Examples

Example 1
[group player] call VN_ms_fnc_deleteWaypoints;