natives.SET_UP_TAXI_SHORTCUT
Jump to navigation
Jump to search
Function Client Only ![]()
Online and Offline
Available since Client 1.0.0
void natives.SET_UP_TAXI_SHORTCUT(Vec3 from, Vec3 to, float direction, float speed)
The natives.SET_UP_TAXI_SHORTCUT function is used to configures a taxi shortcut route between two positions.
Parameters
| 1) | Vec3 | from | Starting position. |
| 2) | Vec3 | to | Ending position. |
| 3) | float | direction | Direction between 0 and 1 for fade type. |
| 4) | float | speed | Speed value. |
Return
| void | This function doesn't return a value. |
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.