Method GetCurrentGear
GetCurrentGear()
Retrieves the current gear as a string, this is useful for displaying the current gear in a UI.
Declaration
public string GetCurrentGear()
Returns
Type | Description |
---|---|
string | Returns a string of either R for reverse, N for neutral or an ordinal number (1st, 2nd, etc) |