myspace / Lua /ExtrasGen /BottomUpInterior.generated.lua
sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame
671 Bytes
-- ========== GENERATED BY ExtrasGen Editor (Ctrl-Alt-G) DO NOT EDIT MANUALLY! ==========
rawset(_G, 'ExtrasGenPrgs', rawget(_G, 'ExtrasGenPrgs') or {})
ExtrasGenPrgs.BottomUpInterior = function(seed, initial_selection)
local li = { id = "BottomUpInterior" }
initial_selection = initial_selection or editor.GetSel()
local rand = BraidRandomCreate(seed or AsyncRand())
local _, guides
prgdbg(li, 1, 1) _, guides = sprocall(PlaceRoomGuides.Exec, PlaceRoomGuides, initial_selection, guides, "Wall interior", true, true, true, true, true, true, "Bottom", 1, 0, 0, "Inwards (wall)")
prgdbg(li, 1, 2) sprocall(SelectInEditor.Exec, SelectInEditor, guides, true, true)
end