Explorar el Código

Travis CI: API documentation update at 2014-02-11 20:02:28 UTC.
[ci skip]

urho3d-travis-ci hace 12 años
padre
commit
e18f481eea
Se han modificado 1 ficheros con 7 adiciones y 7 borrados
  1. 7 7
      Docs/LuaScriptAPI.dox

+ 7 - 7
Docs/LuaScriptAPI.dox

@@ -601,9 +601,9 @@ Methods:
 - StringHash GetAnimationNameHash() const
 - float GetLength() const
 - unsigned GetNumTracks() const
-- const AnimationTrack* GetTrack(unsigned index) const
 - const AnimationTrack* GetTrack(const String name) const
 - const AnimationTrack* GetTrack(StringHash nameHash) const
+- const AnimationTrack* GetTrack(unsigned index) const
 - unsigned GetNumTriggers() const
 
 Properties:
@@ -680,17 +680,17 @@ Methods:
 - void SetLooped(bool looped)
 - void SetWeight(float weight)
 - void SetTime(float time)
-- void SetBoneWeight(unsigned index, float weight, bool recursive = false)
 - void SetBoneWeight(const String name, float weight, bool recursive = false)
 - void SetBoneWeight(StringHash nameHash, float weight, bool recursive = false)
+- void SetBoneWeight(unsigned index, float weight, bool recursive = false)
 - void AddWeight(float delta)
 - void AddTime(float delta)
 - void SetLayer(unsigned char layer)
 - Animation* GetAnimation() const
 - Bone* GetStartBone() const
-- float GetBoneWeight(unsigned index) const
 - float GetBoneWeight(const String name) const
 - float GetBoneWeight(StringHash nameHash) const
+- float GetBoneWeight(unsigned index) const
 - unsigned GetTrackIndex(const String name) const
 - unsigned GetTrackIndex(StringHash nameHash) const
 - bool IsEnabled() const
@@ -1104,9 +1104,9 @@ Methods:
 - unsigned GetNumGeometryLodLevels(unsigned index) const
 - Geometry* GetGeometry(unsigned index, unsigned lodLevel) const
 - unsigned GetNumMorphs() const
-- const ModelMorph* GetMorph(unsigned index) const
 - const ModelMorph* GetMorph(const String name) const
 - const ModelMorph* GetMorph(StringHash nameHash) const
+- const ModelMorph* GetMorph(unsigned index) const
 - unsigned GetMorphRangeStart(unsigned bufferIndex) const
 - unsigned GetMorphRangeCount(unsigned bufferIndex) const
 
@@ -1400,8 +1400,8 @@ Methods:
 - void ToggleEnabled(const String tag)
 - void SetRenderTarget(unsigned index, const RenderTargetInfo& info)
 - void AddRenderTarget(const RenderTargetInfo& info)
-- void RemoveRenderTarget(unsigned index)
 - void RemoveRenderTarget(const String name)
+- void RemoveRenderTarget(unsigned index)
 - void RemoveRenderTargets(const String tag)
 - void SetCommand(unsigned index, const RenderPathCommand& command)
 - void AddCommand(const RenderPathCommand& command)
@@ -3794,9 +3794,9 @@ Methods:
 - Vector3 WorldToLocal(const Vector4& vector) const
 - bool IsDirty() const
 - unsigned GetNumChildren(bool recursive = false) const
-- Node* GetChild(unsigned index) const
 - Node* GetChild(const String name, bool recursive = false) const
 - Node* GetChild(StringHash nameHash, bool recursive = false) const
+- Node* GetChild(unsigned index) const
 - unsigned GetNumComponents() const
 - unsigned GetNumNetworkComponents() const
 - bool HasComponent(ShortStringHash type) const
@@ -4053,8 +4053,8 @@ Methods:
 - int GetLayoutSpacing() const
 - const IntRect& GetLayoutBorder() const
 - unsigned GetNumChildren(bool recursive = false) const
-- UIElement* GetChild(unsigned index) const
 - UIElement* GetChild(const String name, bool recursive = false) const
+- UIElement* GetChild(unsigned index) const
 - UIElement* GetParent() const
 - UIElement* GetRoot() const
 - const Color& GetDerivedColor() const