Browse Source

Travis CI: API documentation update at 2014-05-30 13:44:01 UTC.
[ci package]

urho3d-travis-ci 11 years ago
parent
commit
5c71b28244
3 changed files with 10 additions and 3 deletions
  1. 3 1
      Docs/AngelScriptAPI.h
  2. 4 1
      Docs/LuaScriptAPI.dox
  3. 3 1
      Docs/ScriptAPI.dox

+ 3 - 1
Docs/AngelScriptAPI.h

@@ -6230,7 +6230,10 @@ bool Load(XMLFile);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
 void Remove();
+void RemoveAllParticles();
 void RemoveInstanceDefault();
+void Reset();
+void ResetEmissionTimer();
 void ResetToDefault();
 bool Save(File) const;
 bool Save(VectorBuffer&) const;
@@ -6242,7 +6245,6 @@ void SetAttributeAnimation(const String&, ValueAnimation, WrapMode = WM_LOOP, fl
 void SetAttributeAnimationSpeed(const String&, float);
 void SetAttributeAnimationWrapMode(const String&, WrapMode);
 void SetColor(const Color&);
-void SetEmitting(bool, bool);
 
 // Properties:
 float activeTime;

+ 4 - 1
Docs/LuaScriptAPI.dox

@@ -3247,7 +3247,7 @@ Methods:
 - void SetEmitterSize(const Vector3& size)
 - void SetActiveTime(float time)
 - void SetInactiveTime(float time)
-- void SetEmitting(bool enable, bool resetPeriod = false)
+- void SetEmitting(bool enable)
 - void SetUpdateInvisible(bool enable)
 - void SetTimeToLive(float time)
 - void SetMinTimeToLive(float time)
@@ -3273,6 +3273,9 @@ Methods:
 - void SetColor(const Color& color)
 - void SetNumColors(unsigned num)
 - void SetNumTextureFrames(unsigned num)
+- void ResetEmissionTimer()
+- void RemoveAllParticles()
+- void Reset()
 - unsigned GetNumParticles() const
 - bool IsEmitting() const
 - bool GetUpdateInvisible() const

+ 3 - 1
Docs/ScriptAPI.dox

@@ -7242,7 +7242,10 @@ Methods:
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const
 - void Remove()
+- void RemoveAllParticles()
 - void RemoveInstanceDefault()
+- void Reset()
+- void ResetEmissionTimer()
 - void ResetToDefault()
 - bool Save(File@) const
 - bool Save(VectorBuffer&) const
@@ -7254,7 +7257,6 @@ Methods:
 - void SetAttributeAnimationSpeed(const String&, float)
 - void SetAttributeAnimationWrapMode(const String&, WrapMode)
 - void SetColor(const Color&)
-- void SetEmitting(bool, bool)
 
 Properties: