9 lines
255 B
Lua
9 lines
255 B
Lua
--[[
|
|
Class "world"
|
|
- propose_y(world_pos)
|
|
- plan_is_placeble(world_pos) - Plan is placeble to the position
|
|
-- including check if an other plan in this area
|
|
-- including check for is_ground_content ~= false in this area (nil is like true)
|
|
|
|
]]
|