Bläddra i källkod

Travis CI: API documentation update at 2014-02-18 15:44:03 UTC.
[ci skip]

urho3d-travis-ci 12 år sedan
förälder
incheckning
83dc9892cf
1 ändrade filer med 4 tillägg och 4 borttagningar
  1. 4 4
      Docs/LuaScriptAPI.dox

+ 4 - 4
Docs/LuaScriptAPI.dox

@@ -5626,11 +5626,11 @@ Properties:
 - void PrintLine(const String str, bool error = false)
 - int Rand()
 - float RandStandardNormal()
-- float Random(float range)
-- float Random(float min, float max)
 - float Random()
-- int RandomInt(int min, int max)
+- float Random(float min, float max)
+- float Random(float range)
 - int RandomInt(int range)
+- int RandomInt(int min, int max)
 - float RandomNormal(float meanValue, float variance)
 - String RemoveTrailingSlash(const String pathName)
 - String ReplaceExtension(const String fullPath, const String newExtension)
@@ -5638,8 +5638,8 @@ Properties:
 - void SetRandomSeed(unsigned seed)
 - float Sign(float value)
 - float SmoothStep(float lhs, float rhs, float t)
-- void SubscribeToEvent(const String eventName, const String functionName)
 - void SubscribeToEvent(void* sender, const String eventName, const String functionName)
+- void SubscribeToEvent(const String eventName, const String functionName)
 - bool ToBool(const String source)
 - Color ToColor(const String source)
 - float ToFloat(const String source)