AcManager.Controls.CustomShowroom.CustomShowroomWrapper.StartAsync C# (CSharp) Method

StartAsync() public static method

public static StartAsync ( CarObject car, CarSkinObject skin = null ) : System.Threading.Tasks.Task
car AcManager.Tools.Objects.CarObject
skin AcManager.Tools.Objects.CarSkinObject
return System.Threading.Tasks.Task
        public static Task StartAsync(CarObject car, CarSkinObject skin = null) {
            return StartAsync(FileUtils.GetMainCarFilename(car.Location), skin?.Id);
        }

Same methods

CustomShowroomWrapper::StartAsync ( CustomShowroomMode mode, CarObject car, CarSkinObject skin = null ) : System.Threading.Tasks.Task
CustomShowroomWrapper::StartAsync ( CustomShowroomMode mode, string kn5, string skinId = null ) : System.Threading.Tasks.Task
CustomShowroomWrapper::StartAsync ( string kn5, string skinId = null ) : System.Threading.Tasks.Task