LUADOC - Farming Simulator 17

Printable Version

Script v1.4.4.0

Engine v7.0.0.2

Foundation Reference

NonTabbable

Description
Class for vehicles which are not able to tab in
Functions

load

Description
Called on loading
Definition
load(table savegame)
Arguments
tablesavegamesavegame
Code
17function NonTabbable:load(savegame)
18 self.nonTabbable = true;
19 self.showOnMap = Utils.getNoNil(getXMLBool(self.xmlFile, "vehicle.showOnMap"), false)
20end;