Browse Source

Travis CI: API documentation update at 2014-03-01 21:15:23 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
d461ec04f0
1 changed files with 3 additions and 0 deletions
  1. 3 0
      Docs/LuaScriptAPI.dox

+ 3 - 0
Docs/LuaScriptAPI.dox

@@ -4328,6 +4328,9 @@ Methods:
 - void RenderUpdate()
 - void RenderUpdate()
 - void Render()
 - void Render()
 - void DebugDraw(UIElement* element)
 - void DebugDraw(UIElement* element)
+- UIElement* LoadLayout(File* source, XMLFile* styleFile = 0)
+- UIElement* LoadLayout(const String fileName, XMLFile* styleFile = 0)
+- UIElement* LoadLayout(XMLFile* file, XMLFile* styleFile = 0)
 - bool SaveLayout(Serializer& dest, UIElement* element)
 - bool SaveLayout(Serializer& dest, UIElement* element)
 - void SetClipBoardText(const String text)
 - void SetClipBoardText(const String text)
 - void SetDoubleClickInterval(float interval)
 - void SetDoubleClickInterval(float interval)