Added toolbar

This commit is contained in:
Cooldude2606
2019-09-06 21:13:00 +01:00
parent c67ccaddea
commit 06e6ccd60b
99 changed files with 2463 additions and 104 deletions

View File

@@ -188,6 +188,7 @@ function Gui.set_padding(element,up,down,left,right)
end
--[[ Used to check a property exists and if it is a function then call the function
@function Gui.resolve_property
@tparam any value the value that you are testing exists and call if its a function
@tparam LuaGuiElement element the element that is passed to the function if it is a function
@treturn any the value or what it returns if it is a function