Просмотр исходного кода

Travis CI: API documentation update at 2014-03-04 17:27:35 UTC.
[ci package]

urho3d-travis-ci 11 лет назад
Родитель
Сommit
e51d0a183e
1 измененных файлов с 16 добавлено и 2 удалено
  1. 16 2
      Docs/LuaScriptAPI.dox

+ 16 - 2
Docs/LuaScriptAPI.dox

@@ -1878,6 +1878,18 @@ Properties:
 - bool timeStamp
 - bool timeStamp
 - bool quiet
 - bool quiet
 
 
+### LuaScript
+
+
+Methods:
+
+- void SetExecuteConsoleCommands(bool enable)
+- bool GetExecuteConsoleCommands()
+
+Properties:
+
+- bool executeConsoleCommands
+
 ### LuaScriptInstance : Component
 ### LuaScriptInstance : Component
 
 
 Methods:
 Methods:
@@ -5705,6 +5717,7 @@ Properties:
 - Input* GetInput()
 - Input* GetInput()
 - String GetInternalPath(const String pathName)
 - String GetInternalPath(const String pathName)
 - Log* GetLog()
 - Log* GetLog()
+- LuaScript* GetLuaScript()
 - String GetNativePath(const String pathName)
 - String GetNativePath(const String pathName)
 - Network* GetNetwork()
 - Network* GetNetwork()
 - unsigned GetNumLogicalCPUs()
 - unsigned GetNumLogicalCPUs()
@@ -5726,9 +5739,9 @@ Properties:
 - void PrintLine(const String str, bool error = false)
 - void PrintLine(const String str, bool error = false)
 - int Rand()
 - int Rand()
 - float RandStandardNormal()
 - float RandStandardNormal()
+- float Random(float range)
 - float Random()
 - float Random()
 - float Random(float min, float max)
 - float Random(float min, float max)
-- float Random(float range)
 - int RandomInt(int range)
 - int RandomInt(int range)
 - int RandomInt(int min, int max)
 - int RandomInt(int min, int max)
 - float RandomNormal(float meanValue, float variance)
 - float RandomNormal(float meanValue, float variance)
@@ -5757,8 +5770,8 @@ Properties:
 - Vector3 ToVector3(const String source)
 - Vector3 ToVector3(const String source)
 - Vector4 ToVector4(const String source, bool allowMissingCoords = false)
 - Vector4 ToVector4(const String source, bool allowMissingCoords = false)
 - void UnsubscribeFromAllEvents()
 - void UnsubscribeFromAllEvents()
-- void UnsubscribeFromEvent(void* sender, const String eventName, const String functionName = String::EMPTY)
 - void UnsubscribeFromEvent(const String eventName, const String functionName = String::EMPTY)
 - void UnsubscribeFromEvent(const String eventName, const String functionName = String::EMPTY)
+- void UnsubscribeFromEvent(void* sender, const String eventName, const String functionName = String::EMPTY)
 - void UnsubscribeFromEvents(void* sender)
 - void UnsubscribeFromEvents(void* sender)
 
 
 
 
@@ -5772,6 +5785,7 @@ Properties:
 - Graphics* graphics (readonly)
 - Graphics* graphics (readonly)
 - Input* input (readonly)
 - Input* input (readonly)
 - Log* log (readonly)
 - Log* log (readonly)
+- LuaScript* luaScript (readonly)
 - Network* network (readonly)
 - Network* network (readonly)
 - Renderer* renderer (readonly)
 - Renderer* renderer (readonly)
 - Time* time (readonly)
 - Time* time (readonly)