浏览代码

Travis CI: API documentation update at 2015-08-21 15:51:57 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/b1e1ab47c3c30e0188097c8879f3fde8b40d0991

Message: Fix Lua version of crowd simulation demo due to VariantMap API changes.

urho3d-travis-ci 10 年之前
父节点
当前提交
0bbf66f40f
共有 2 个文件被更改,包括 14 次插入1 次删除
  1. 13 0
      Docs/LuaScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 13 - 0
Docs/LuaScriptAPI.dox

@@ -7681,6 +7681,16 @@ Properties:
 - int WM_CLAMP
 
 
+\section LuaScriptAPI_toluaFunctions tolua functions
+- lua_usertype cast(lua_usertype object, const char* typename)
+- lua_table getpeer(lua_userdata object)
+- void inherit(lua_table table, lua_usertype c_instance)
+- bool releaseownership(lua_usertype object)
+- void setpeer(lua_userdata object, lua_table table)
+- bool takeownership(lua_usertype object)
+- const char* type(lua_object object)
+
+
 \section LuaScriptAPI_GlobalFunctions Global functions
 - float Abs(float value)
 - int AbsInt(int value)
@@ -7794,9 +7804,12 @@ Properties:
 - Audio* audio (readonly)
 - ResourceCache* cache (readonly)
 - Console* console (readonly)
+- Context* context (readonly)
 - Database* database (readonly)
 - DebugHud* debugHud (readonly)
 - Engine* engine (readonly)
+- EventHandler* eventHandler (readonly)
+- EventSender* eventSender (readonly)
 - FileSystem* fileSystem (readonly)
 - Graphics* graphics (readonly)
 - Input* input (readonly)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.137
+0.0.138