Browse Source

Travis CI: API documentation update at 2014-04-29 18:18:41 UTC.
[ci package]

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

+ 3 - 3
Docs/LuaScriptAPI.dox

@@ -6465,7 +6465,7 @@ Properties:
 
 
 \section LuaScriptAPI_GlobalFunctions Global functions
 \section LuaScriptAPI_GlobalFunctions Global functions
 - float Abs(float value)
 - float Abs(float value)
-- int Abs(int value)
+- int AbsInt(int value)
 - float Acos(float x)
 - float Acos(float x)
 - String AddTrailingSlash(const String pathName)
 - String AddTrailingSlash(const String pathName)
 - float Asin(float x)
 - float Asin(float x)
@@ -6513,10 +6513,10 @@ Properties:
 - bool IsNaN(float value)
 - bool IsNaN(float value)
 - bool IsPowerOfTwo(unsigned value)
 - bool IsPowerOfTwo(unsigned value)
 - float Lerp(float lhs, float rhs, float t)
 - float Lerp(float lhs, float rhs, float t)
-- int Max(int lhs, int rhs)
 - float Max(float lhs, float rhs)
 - float Max(float lhs, float rhs)
+- int MaxInt(int lhs, int rhs)
 - float Min(float lhs, float rhs)
 - float Min(float lhs, float rhs)
-- int Min(int lhs, int rhs)
+- int MinInt(int lhs, int rhs)
 - unsigned NextPowerOfTwo(unsigned value)
 - unsigned NextPowerOfTwo(unsigned value)
 - void OpenConsoleWindow()
 - void OpenConsoleWindow()
 - void PrintLine(const String str, bool error = false)
 - void PrintLine(const String str, bool error = false)