Difference between revisions of "Vn ms fnc waypoint captureDriveOnPath"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
|s= [_localVariable] call [[vn_ms_fnc_waypoint_captureDriveOnPath]]; | |s= [_localVariable] call [[vn_ms_fnc_waypoint_captureDriveOnPath]]; | ||
− | |p1n= | + | |p1n=_unit |
− | |p1t= | + | |p1t=OBJECT |
− | |p1d= | + | |p1d= |
− | |p1v= | + | |p1v=objNull |
+ | |||
+ | |||
+ | |p2n=_speed | ||
+ | |p2t=Bool | ||
+ | |p2d= | ||
+ | |p2v=false | ||
+ | |||
+ | |||
+ | |p3n=_interval | ||
+ | |p3t=Number | ||
+ | |p3d= | ||
+ | |p3v=0 | ||
|r1t=BOOL | |r1t=BOOL |
Revision as of 20:27, 9 May 2022
← back to Functions | Introduced in S.O.G. Prairie Fire v1.00 by Wyqer, veteran29 |
|
Description
No description added yet.
Syntax
- Syntax
- [_localVariable] 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