LUADOC - Farming Simulator 17

Printable Version

BunkerSiloCompacter

Description
Class for vehicles which can compact bunker silos
Functions

load

Description
Called on loading
Definition
load(table savegame)
Arguments
tablesavegamesavegame
Code
20function BunkerSiloCompacter:load(savegame)
21 self.bunkerSiloCompactingScale = Utils.getNoNil(getXMLFloat(self.xmlFile, "vehicle.bunkerSiloCompacter#compactingScale"), 1);
22 self.bunkerSiloCompactingRefNode = Utils.indexToObject(self.components, getXMLString(self.xmlFile, "vehicle.bunkerSiloCompacter#refNode"));
23end;