Created
March 11, 2017 15:55
-
-
Save Ravenslofty/54f23a873adba7e6d93c7d0376bdd84b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function ElectronRVBuilder::SelectVehicle() | |
| { | |
| local rvlist = AIEngineList(VT_ROAD); | |
| rvlist.Valuate(AIEngine.GetCargoType); | |
| rvlist.Valuate(AICargo.HasCargoClass, CC_PASSENGERS); | |
| rvlist.KeepValue(true); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment