Browse Source

Travis CI: API documentation update at 2015-12-28 18:44:03 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/7afc3cd9ce8ce7b67730d6022cc69bbf5afc31ea

Message: HasSubscribedToEvent() exposed to scripting. Closes #1122.

urho3d-travis-ci 10 years ago
parent
commit
4a0e883d7d
4 changed files with 457 additions and 3 deletions
  1. 224 0
      Docs/AngelScriptAPI.h
  2. 8 2
      Docs/LuaScriptAPI.dox
  3. 224 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

File diff suppressed because it is too large
+ 224 - 0
Docs/AngelScriptAPI.h


+ 8 - 2
Docs/LuaScriptAPI.dox

@@ -3145,6 +3145,8 @@ Methods:
 - void UnsubscribeFromEvents(Object* sender)
 - void UnsubscribeFromAllEvents()
 - void UnsubscribeFromAllEventsExcept(const Vector<String>& exceptionNames)
+- bool HasSubscribedToEvent(const String eventName)
+- bool HasSubscribedToEvent(Object* sender, const String eventName)
 - LuaFile* GetScriptFile() const
 - const String GetScriptObjectType() const
 
@@ -3839,6 +3841,8 @@ Methods:
 - const String GetTypeName() const
 - const String GetCategory() const
 - void SendEvent(const String eventName, VariantMap* eventData = 0)
+- bool HasSubscribedToEvent(const String eventName) const
+- bool HasSubscribedToEvent(Object* sender, const String eventName) const
 
 Properties:
 
@@ -7753,6 +7757,8 @@ Properties:
 - Renderer* GetRenderer()
 - Time* GetTime()
 - UI* GetUI()
+- bool HasSubscribedToEvent(const String eventName)
+- bool HasSubscribedToEvent(Object* sender, const String eventName)
 - bool IsAbsolutePath(const String pathName)
 - bool IsAlpha(unsigned ch)
 - bool IsDigit(unsigned ch)
@@ -7783,8 +7789,8 @@ Properties:
 - float Sign(float value)
 - float Sin(float angle)
 - 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(const String eventName, void* functionOrFunctionName)
 - float Tan(float angle)
 - bool ToBool(const String source)
 - Color ToColor(const String source)
@@ -7807,8 +7813,8 @@ Properties:
 - Vector4 ToVector4(const String source, bool allowMissingCoords = false)
 - void UnsubscribeFromAllEvents()
 - void UnsubscribeFromAllEventsExcept(const Vector<String>& exceptionNames)
-- void UnsubscribeFromEvent(const String eventName)
 - void UnsubscribeFromEvent(Object* sender, const String eventName)
+- void UnsubscribeFromEvent(const String eventName)
 - void UnsubscribeFromEvents(Object* sender)
 
 

File diff suppressed because it is too large
+ 224 - 0
Docs/ScriptAPI.dox


+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.0.184
+0.0.185

Some files were not shown because too many files changed in this diff