Difference between revisions of "Vn ms fnc waypoint captureDriveOnPath"

From Savage Game Design Wiki
Jump to navigation Jump to search
 
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=_unit
 
|p1n=_unit

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