forked from scfmod/fs19_lua
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathBale.lua
36 lines (34 loc) · 1.04 KB
/
Bale.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Bale = {}
Bale.classId = 6.000000
Bale.className = 'Bale'
function Bale:unmount() end
function Bale:new() end
function Bale:delete() end
function Bale:getSupportsTensionBelts() end
function Bale:loadFromMemory() end
function Bale:loadFromXMLFile() end
function Bale:setColor() end
function Bale:copy() end
function Bale:getFillLevel() end
function Bale:setCanBeSold() end
function Bale:getValue() end
function Bale:getMeshNodes() end
function Bale:readStream() end
function Bale:mount() end
function Bale:isa() end
function Bale:superClass() end
function Bale:createNode() end
function Bale:getFillType() end
function Bale:getTensionBeltNodeId() end
function Bale:load() end
function Bale:class() end
function Bale:getCanBeSold() end
function Bale:readUpdateStream() end
function Bale:writeStream() end
function Bale:loadExtraAttributesFromXMLFile() end
function Bale:setFillLevel() end
function Bale:setWrappingState() end
function Bale:saveToXMLFile() end
function Bale:setNodeId() end
function Bale:writeUpdateStream() end
function Bale:applyExtraAttributes() end