Explorar el Código

Travis CI: API documentation update at 2015-06-14 12:28:34 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/476c4f25c8dc6742fd7effcc42217b7cfb9fde24

Message: Allow GetChildrenWithClassName() in AngelScript API to return derived classes. Thanks to JSandusky for the original forum post on which the code is based.

urho3d-travis-ci hace 10 años
padre
commit
92075c6b43
Se han modificado 3 ficheros con 3 adiciones y 1 borrados
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/ScriptAPI.dox
  3. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -8303,6 +8303,7 @@ WrapMode GetAttributeAnimationWrapMode(const String&) const;
 Variant GetAttributeDefault(const String&) const;
 bool GetInterceptNetworkUpdate(const String&) const;
 bool HasMethod(const String&) const;
+bool IsA(const String&) const;
 bool Load(File, bool = false);
 bool Load(VectorBuffer&, bool = false);
 bool LoadXML(const XMLElement&, bool = false);

+ 1 - 0
Docs/ScriptAPI.dox

@@ -9558,6 +9558,7 @@ Methods:
 - Variant GetAttributeDefault(const String&) const
 - bool GetInterceptNetworkUpdate(const String&) const
 - bool HasMethod(const String&) const
+- bool IsA(const String&) const
 - bool Load(File@, bool = false)
 - bool Load(VectorBuffer&, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.113
+0.0.114