Browse Source

Travis CI: API documentation update at 2014-04-10 13:59:31 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
740547e488
3 changed files with 321 additions and 113 deletions
  1. 158 54
      Docs/AngelScriptAPI.h
  2. 5 5
      Docs/LuaScriptAPI.dox
  3. 158 54
      Docs/ScriptAPI.dox

File diff suppressed because it is too large
+ 158 - 54
Docs/AngelScriptAPI.h


+ 5 - 5
Docs/LuaScriptAPI.dox

@@ -12,11 +12,13 @@ Methods:
 
 - void SetAnimationEnabled(bool enable)
 - void SetObjectAnimation(ObjectAnimation* objectAnimation)
-- void SetAttributeAnimation(const String name, AttributeAnimation* attributeAnimation, float speed = 1.0f)
+- void SetAttributeAnimation(const String name, AttributeAnimation* attributeAnimation, WrapMode wrapMode = WM_LOOP, float speed = 1.0f)
+- void SetAttributeAnimationWrapMode(const String name, WrapMode wrapMode)
 - void SetAttributeAnimationSpeed(const String name, float speed)
 - bool GetAnimationEnabled() const
 - ObjectAnimation* GetObjectAnimation() const
 - AttributeAnimation* GetAttributeAnimation(const String name) const
+- WrapMode GetAttributeAnimationWrapMode(const String name) const
 - float GetAttributeAnimationSpeed(const String name) const
 
 Properties:
@@ -238,17 +240,14 @@ Methods:
 - AttributeAnimation() (GC)
 - AttributeAnimation* new()
 - void delete()
-- void SetWrapMode(WrapMode wrapMode)
 - void SetValueType(VariantType valueType)
 - bool SetKeyFrame(float time, const Variant& value)
 - void SetEventFrame(float time, const StringHash& eventType)
 - void SetEventFrame(float time, const StringHash& eventType, const VariantMap& eventData)
-- WrapMode GetWrapMode() const
 - VariantType GetValueType() const
 
 Properties:
 
-- WrapMode wrapMode
 - VariantType valueType
 
 ### Audio : Object
@@ -2980,10 +2979,11 @@ Methods:
 - ObjectAnimation() (GC)
 - ObjectAnimation* new()
 - void delete()
-- void AddAttributeAnimation(const String name, AttributeAnimation* attributeAnimation, float speed = 1.0f)
+- void AddAttributeAnimation(const String name, AttributeAnimation* attributeAnimation, WrapMode wrapMode = WM_LOOP, float speed = 1.0f)
 - void RemoveAttributeAnimation(const String name)
 - void RemoveAttributeAnimation(AttributeAnimation* attributeAnimation)
 - AttributeAnimation* GetAttributeAnimation(const String name) const
+- WrapMode GetAttributeAnimationWrapMode(const String name) const
 - float GetAttributeAnimationSpeed(const String name) const
 
 ### Octree : Component

File diff suppressed because it is too large
+ 158 - 54
Docs/ScriptAPI.dox


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