LUADOC - Farming Simulator 22

BuyingStation

Parent
LoadingStation
Functions

registerXMLPaths

Description
Definition
registerXMLPaths()
Code
172function BuyingStation.registerXMLPaths(schema, basePath)
173 schema:register(XMLValueType.STRING, basePath .. ".fillType(?)#name", "Fill type name")
174 schema:register(XMLValueType.STRING, basePath .. ".fillType(?)#statsName", "Name in stats", "other")
175 schema:register(XMLValueType.FLOAT, basePath .. ".fillType(?)#priceScale", "Price scale", 1)
176
177 LoadingStation.registerXMLPaths(schema, basePath)
178end