myspace / Lua /ExtrasGen /LengthUp.generated.lua
sirnii's picture
Upload 1816 files
b6a38d7 verified
raw
history blame
470 Bytes
-- ========== GENERATED BY ExtrasGen Editor (Ctrl-Alt-G) DO NOT EDIT MANUALLY! ==========
rawset(_G, 'ExtrasGenPrgs', rawget(_G, 'ExtrasGenPrgs') or {})
ExtrasGenPrgs.LengthUp = function(seed, initial_selection)
local li = { id = "LengthUp" }
initial_selection = initial_selection or editor.GetSel()
local rand = BraidRandomCreate(seed or AsyncRand())
prgdbg(li, 1, 1) sprocall(MoveSizeGuides.Exec, MoveSizeGuides, initial_selection, "m", 0, "m", 0, 1, 1, true)
end