浏览代码

Travis CI: API documentation update at 2015-02-05 10:51:01 UTC.
[ci package]

urho3d-travis-ci 11 年之前
父节点
当前提交
deab9cf4de
共有 2 个文件被更改,包括 5 次插入9 次删除
  1. 4 8
      Docs/LuaScriptAPI.dox
  2. 1 1
      Source/Urho3D/.soversion

+ 4 - 8
Docs/LuaScriptAPI.dox

@@ -2843,9 +2843,7 @@ Methods:
 - void SetScriptObjectType(const String scriptObjectType)
 - void SetScriptObjectType(const String scriptObjectType)
 - void SubscribeToEvent(const String eventName, void* functionOrFunctionName)
 - void SubscribeToEvent(const String eventName, void* functionOrFunctionName)
 - void SubscribeToEvent(void* sender, const String eventName, void* functionOrFunctionName)
 - void SubscribeToEvent(void* sender, const String eventName, void* functionOrFunctionName)
-- void UnsubscribeFromEvent(const String eventName, void* functionOrFunctionName)
 - void UnsubscribeFromEvent(const String eventName)
 - void UnsubscribeFromEvent(const String eventName)
-- void UnsubscribeFromEvent(Object* sender, const String eventName, void* functionOrFunctionName)
 - void UnsubscribeFromEvent(Object* sender, const String eventName)
 - void UnsubscribeFromEvent(Object* sender, const String eventName)
 - void UnsubscribeFromEvents(Object* sender)
 - void UnsubscribeFromEvents(Object* sender)
 - void UnsubscribeFromAllEvents()
 - void UnsubscribeFromAllEvents()
@@ -7313,11 +7311,11 @@ 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)
-- int RandomInt(int range)
+- float Random(float range)
 - int RandomInt(int min, int max)
 - int RandomInt(int min, int max)
+- int RandomInt(int range)
 - float RandomNormal(float meanValue, float variance)
 - float RandomNormal(float meanValue, float variance)
 - String RemoveTrailingSlash(const String pathName)
 - String RemoveTrailingSlash(const String pathName)
 - String ReplaceExtension(const String fullPath, const String newExtension)
 - String ReplaceExtension(const String fullPath, const String newExtension)
@@ -7328,8 +7326,8 @@ Properties:
 - float Sign(float value)
 - float Sign(float value)
 - float Sin(float angle)
 - float Sin(float angle)
 - float SmoothStep(float lhs, float rhs, float t)
 - float SmoothStep(float lhs, float rhs, float t)
-- void SubscribeToEvent(const String eventName, void* functionOrFunctionName)
 - void SubscribeToEvent(void* sender, const String eventName, void* functionOrFunctionName)
 - void SubscribeToEvent(void* sender, const String eventName, void* functionOrFunctionName)
+- void SubscribeToEvent(const String eventName, void* functionOrFunctionName)
 - float Tan(float angle)
 - float Tan(float angle)
 - bool ToBool(const String source)
 - bool ToBool(const String source)
 - Color ToColor(const String source)
 - Color ToColor(const String source)
@@ -7352,10 +7350,8 @@ Properties:
 - Vector4 ToVector4(const String source, bool allowMissingCoords = false)
 - Vector4 ToVector4(const String source, bool allowMissingCoords = false)
 - void UnsubscribeFromAllEvents()
 - void UnsubscribeFromAllEvents()
 - void UnsubscribeFromAllEventsExcept(const Vector<String>& exceptionNames)
 - void UnsubscribeFromAllEventsExcept(const Vector<String>& exceptionNames)
-- void UnsubscribeFromEvent(const String eventName)
-- void UnsubscribeFromEvent(Object* sender, const String eventName, void* functionOrFunctionName)
-- void UnsubscribeFromEvent(const String eventName, void* functionOrFunctionName)
 - void UnsubscribeFromEvent(Object* sender, const String eventName)
 - void UnsubscribeFromEvent(Object* sender, const String eventName)
+- void UnsubscribeFromEvent(const String eventName)
 - void UnsubscribeFromEvents(Object* sender)
 - void UnsubscribeFromEvents(Object* sender)
 
 
 
 

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.78
+0.0.79