document buildingplan Lua API
parent
42108a64b9
commit
e4a35514ab
@ -1,3 +1,13 @@
|
||||
local _ENV = mkmodule('plugins.buildingplan')
|
||||
|
||||
--[[
|
||||
|
||||
Native functions:
|
||||
|
||||
* bool isPlannableBuilding(df::building_type type)
|
||||
* void addPlannedBuilding(df::building *bld)
|
||||
* void doCycle()
|
||||
|
||||
--]]
|
||||
|
||||
return _ENV
|
||||
|
Loading…
Reference in New Issue