extensions/urho3d: UIElement:Remove()

master
Perttu Ahola 2014-10-30 02:17:39 +02:00
parent 0b62121dad
commit 4f0bf40772
1 changed files with 1 additions and 0 deletions

View File

@ -675,6 +675,7 @@ function M.define(dst, util)
self:RemoveChild(child)
end
),
Remove = util.self_function("Remove", {}, {"UIElement"}),
SetName = util.self_function("SetName", {}, {"UIElement", "string"}),
SetText = util.self_function("SetText", {}, {"UIElement", "string"}),
SetFont = util.self_function("SetFont", {}, {"UIElement", "Font"}),