Difference between revisions of "Vn ms fnc waypoint captureDriveOnPath"

From Savage Game Design Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
 
|d= <pre>No description added yet.</pre>
 
|d= <pre>No description added yet.</pre>
  
|s= [_localVariable] call [[vn_ms_fnc_waypoint_captureDriveOnPath]];
+
|s= [_unit, _speed, _interval] call [[vn_ms_fnc_waypoint_captureDriveOnPath]];
  
|p1n=_localVariable
+
|p1n=_unit
|p1t=DATATYPE
+
|p1t=OBJECT
|p1d=Description
+
|p1d=
|p1v=DEFAULTVALUE
+
|p1v=objNull
 +
 
 +
 
 +
|p2n=_speed
 +
|p2t=Bool
 +
|p2d=
 +
|p2v=false
 +
 
 +
 
 +
|p3n=_interval
 +
|p3t=Number
 +
|p3d=
 +
|p3v=0
  
 
|r1t=BOOL
 
|r1t=BOOL

Latest revision as of 20:27, 9 May 2022

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

Description

No description added yet.

Syntax

Syntax
[_unit, _speed, _interval] call vn_ms_fnc_waypoint_captureDriveOnPath;
Parameters
_unit: Object - (Optional, default objNull)
_speed: Boolean - (Optional, default false)
_interval: Number - (Optional, default 0)
Return value
Boolean - Function reached the end

Examples

Example 1
[vehicle player, true] call vn_ms_fnc_waypoint_captureDriveOnPath