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

Travis CI: API documentation update at 2014-08-22 05:03:50 UTC.
[ci package]

urho3d-travis-ci 11 лет назад
Родитель
Сommit
e50ec823a5
4 измененных файлов с 7 добавлено и 1 удалено
  1. 2 0
      Docs/AngelScriptAPI.h
  2. 2 0
      Docs/LuaScriptAPI.dox
  3. 2 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Engine/.soversion

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -10099,10 +10099,12 @@ float GetAttributeAnimationSpeed(const String&) const;
 WrapMode GetAttributeAnimationWrapMode(const String&) const;
 WrapMode GetAttributeAnimationWrapMode(const String&) const;
 Variant GetAttributeDefault(const String&) const;
 Variant GetAttributeDefault(const String&) const;
 TileMapLayer2D GetLayer(uint) const;
 TileMapLayer2D GetLayer(uint) const;
+Vector2 IndexToPosition(int, int) const;
 bool Load(File, bool = false);
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
 bool Load(VectorBuffer&, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
 void MarkNetworkUpdate() const;
+bool PositionToIndex(int&, int&, const Vector2&) const;
 void Remove();
 void Remove();
 void RemoveInstanceDefault();
 void RemoveInstanceDefault();
 void ResetToDefault();
 void ResetToDefault();

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -5530,6 +5530,8 @@ Methods:
 - const TileMapInfo2D& GetInfo() const
 - const TileMapInfo2D& GetInfo() const
 - unsigned GetNumLayers() const
 - unsigned GetNumLayers() const
 - TileMapLayer2D* GetLayer(unsigned index) const
 - TileMapLayer2D* GetLayer(unsigned index) const
+- Vector2 IndexToPosition(int x, int y) const
+- bool PositionToIndex(const Vector2& position, int x = 0, int y = 0) const
 
 
 Properties:
 Properties:
 
 

+ 2 - 0
Docs/ScriptAPI.dox

@@ -10889,10 +10889,12 @@ Methods:
 - WrapMode GetAttributeAnimationWrapMode(const String&) const
 - WrapMode GetAttributeAnimationWrapMode(const String&) const
 - Variant GetAttributeDefault(const String&) const
 - Variant GetAttributeDefault(const String&) const
 - TileMapLayer2D@ GetLayer(uint) const
 - TileMapLayer2D@ GetLayer(uint) const
+- Vector2 IndexToPosition(int, int) const
 - bool Load(File@, bool = false)
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
 - bool Load(VectorBuffer&, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const
 - void MarkNetworkUpdate() const
+- bool PositionToIndex(int&, int&, const Vector2&) const
 - void Remove()
 - void Remove()
 - void RemoveInstanceDefault()
 - void RemoveInstanceDefault()
 - void ResetToDefault()
 - void ResetToDefault()

+ 1 - 1
Source/Engine/.soversion

@@ -1 +1 @@
-0.0.6
+0.0.7