C# Class TrafficManager.Custom.AI.CustomTaxiAI

Inheritance: CarAI
Show file Open project: Katalyst6/CSL.TransitAddonMod Class Usage Examples

Public Methods

Method Description
CustomStartPathFind ( ushort vehicleID, Vehicle &vehicleData, Vector3 startPos, Vector3 endPos, bool startBothWays, bool endBothWays, bool undergroundTarget ) : bool
GetPassengerInstance ( ushort vehicleID, Vehicle &data ) : ushort

Method Details

CustomStartPathFind() public method

public CustomStartPathFind ( ushort vehicleID, Vehicle &vehicleData, Vector3 startPos, Vector3 endPos, bool startBothWays, bool endBothWays, bool undergroundTarget ) : bool
vehicleID ushort
vehicleData Vehicle
startPos Vector3
endPos Vector3
startBothWays bool
endBothWays bool
undergroundTarget bool
return bool

GetPassengerInstance() public static method

public static GetPassengerInstance ( ushort vehicleID, Vehicle &data ) : ushort
vehicleID ushort
data Vehicle
return ushort