Updates Csar

This commit is contained in:
FlightControl_Master
2018-03-31 09:10:11 +02:00
parent a94e744028
commit a4d3089fdb
4 changed files with 61 additions and 11 deletions

View File

@@ -277,6 +277,17 @@ do -- CARGO
return self
end
--- Find a CARGO in the _DATABASE.
-- @param #CARGO self
-- @param #string CargoName The Cargo Name.
-- @return #CARGO self
function CARGO:FindByName( CargoName )
local CargoFound = _DATABASE:FindCargo( CargoName )
return CargoFound
end
--- Destroy the cargo.
-- @param #CARGO self
function CARGO:Destroy()