Browse Source

Travis CI: API documentation update at 2014-02-24 17:19:30 UTC.
[ci skip]

urho3d-travis-ci 11 years ago
parent
commit
738b998139
3 changed files with 30 additions and 37 deletions
  1. 13 0
      Docs/AngelScriptAPI.h
  2. 4 37
      Docs/LuaScriptAPI.dox
  3. 13 0
      Docs/ScriptAPI.dox

+ 13 - 0
Docs/AngelScriptAPI.h

@@ -22,6 +22,7 @@ AnimationState GetAnimationState(uint) const;
 Variant GetAttribute(const String&) const;
 Variant GetAttributeDefault(const String&) const;
 float GetMorphWeight(uint) const;
+bool IsInView(Camera) const;
 bool Load(File, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
@@ -368,6 +369,7 @@ void Commit();
 void DrawDebugGeometry(DebugRenderer, bool);
 Variant GetAttribute(const String&) const;
 Variant GetAttributeDefault(const String&) const;
+bool IsInView(Camera) const;
 bool Load(File, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
@@ -1577,6 +1579,7 @@ void DefineVertex(const Vector3&);
 void DrawDebugGeometry(DebugRenderer, bool);
 Variant GetAttribute(const String&) const;
 Variant GetAttributeDefault(const String&) const;
+bool IsInView(Camera) const;
 bool Load(File, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
@@ -1741,6 +1744,7 @@ void ApplyAttributes();
 void DrawDebugGeometry(DebugRenderer, bool);
 Variant GetAttribute(const String&) const;
 Variant GetAttributeDefault(const String&) const;
+bool IsInView(Camera) const;
 bool Load(File, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
@@ -1887,6 +1891,7 @@ void ApplyAttributes();
 void DrawDebugGeometry(DebugRenderer, bool);
 Variant GetAttribute(const String&) const;
 Variant GetAttributeDefault(const String&) const;
+bool IsInView(Camera) const;
 bool Load(File, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
@@ -2741,6 +2746,7 @@ void ApplyAttributes();
 void DrawDebugGeometry(DebugRenderer, bool);
 Variant GetAttribute(const String&) const;
 Variant GetAttributeDefault(const String&) const;
+bool IsInView(Camera) const;
 bool Load(File, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
@@ -4118,6 +4124,7 @@ void ApplyAttributes();
 void DrawDebugGeometry(DebugRenderer, bool);
 Variant GetAttribute(const String&) const;
 Variant GetAttributeDefault(const String&) const;
+bool IsInView(Camera) const;
 bool Load(File, bool = false);
 bool Load(XMLFile);
 bool LoadXML(const XMLElement&, bool = false);
@@ -5549,6 +5556,7 @@ void ApplyMaterialList(const String& = String ( ));
 void DrawDebugGeometry(DebugRenderer, bool);
 Variant GetAttribute(const String&) const;
 Variant GetAttributeDefault(const String&) const;
+bool IsInView(Camera) const;
 bool Load(File, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
@@ -6269,6 +6277,7 @@ void ApplyMaterialList(const String& = String ( ));
 void DrawDebugGeometry(DebugRenderer, bool);
 Variant GetAttribute(const String&) const;
 Variant GetAttributeDefault(const String&) const;
+bool IsInView(Camera) const;
 bool IsInside(const Vector3&) const;
 bool IsInsideLocal(const Vector3&) const;
 bool Load(File, bool = false);
@@ -6345,6 +6354,7 @@ void ApplyMaterialList(const String& = String ( ));
 void DrawDebugGeometry(DebugRenderer, bool);
 Variant GetAttribute(const String&) const;
 Variant GetAttributeDefault(const String&) const;
+bool IsInView(Camera) const;
 bool Load(File, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
@@ -6605,6 +6615,7 @@ void ApplyAttributes();
 void DrawDebugGeometry(DebugRenderer, bool);
 Variant GetAttribute(const String&) const;
 Variant GetAttributeDefault(const String&) const;
+bool IsInView(Camera) const;
 bool Load(File, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
@@ -6853,6 +6864,7 @@ void ApplyAttributes();
 void DrawDebugGeometry(DebugRenderer, bool);
 Variant GetAttribute(const String&) const;
 Variant GetAttributeDefault(const String&) const;
+bool IsInView(Camera) const;
 bool Load(File, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;
@@ -8323,6 +8335,7 @@ void ApplyAttributes();
 void DrawDebugGeometry(DebugRenderer, bool);
 Variant GetAttribute(const String&) const;
 Variant GetAttributeDefault(const String&) const;
+bool IsInView(Camera) const;
 bool Load(File, bool = false);
 bool LoadXML(const XMLElement&, bool = false);
 void MarkNetworkUpdate() const;

+ 4 - 37
Docs/LuaScriptAPI.dox

@@ -1042,31 +1042,12 @@ Methods:
 - bool GetCastShadows() const
 - bool IsOccluder() const
 - bool IsOccludee() const
-- void SetZone(Zone* zone, bool temporary = false)
-- void SetSortValue(float value)
-- void SetMinMaxZ(float minZ, float maxZ)
-- void MarkInView(const FrameInfo& frame, bool mainView = true)
-- void ClearLights()
-- void AddLight(Light* light)
-- void AddVertexLight(Light* light)
-- void LimitLights()
-- void LimitVertexLights()
-- void SetBasePass(unsigned batchIndex)
-- Octant* GetOctant() const
+- bool IsInView() const
+- bool IsInView(Camera* tolua_var_1) const
 - Zone* GetZone() const
-- Zone* GetLastZone() const
-- bool IsZoneDirty() const
-- float GetDistance() const
-- float GetLodDistance() const
-- float GetSortValue() const
-- bool HasBasePass(unsigned batchIndex) const
-- Light* GetFirstLight() const
-- float GetMinZ() const
-- float GetMaxZ() const
 
 Properties:
 
-- bool inView (readonly)
 - BoundingBox& worldBoundingBox (readonly)
 - char drawableFlags (readonly)
 - float drawDistance
@@ -1080,16 +1061,8 @@ Properties:
 - bool castShadows
 - bool occluder
 - bool occludee
-- Octant* octant (readonly)
-- Zone* zone
-- Zone* lastZone (readonly)
-- bool zoneDirty (readonly)
-- float distance (readonly)
-- float lodDistance (readonly)
-- float sortValue
-- Light* firstLight (readonly)
-- float minZ (readonly)
-- float maxZ (readonly)
+- bool inView (readonly)
+- Zone* zone (readonly)
 
 ### DropDownList : Menu
 
@@ -5507,12 +5480,6 @@ Properties:
 - int TM_BREADTH_FIRST
 - int TM_DEPTH_FIRST
 
-### UpdateGeometryType
-
-- int UPDATE_NONE
-- int UPDATE_MAIN_THREAD
-- int UPDATE_WORKER_THREAD
-
 ### VariantType
 
 - int VAR_NONE

+ 13 - 0
Docs/ScriptAPI.dox

@@ -19,6 +19,7 @@ Methods:
 - Variant GetAttribute(const String&) const
 - Variant GetAttributeDefault(const String&) const
 - float GetMorphWeight(uint) const
+- bool IsInView(Camera@) const
 - bool Load(File@, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const
@@ -309,6 +310,7 @@ Methods:
 - void DrawDebugGeometry(DebugRenderer@, bool)
 - Variant GetAttribute(const String&) const
 - Variant GetAttributeDefault(const String&) const
+- bool IsInView(Camera@) const
 - bool Load(File@, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const
@@ -1339,6 +1341,7 @@ Methods:
 - void DrawDebugGeometry(DebugRenderer@, bool)
 - Variant GetAttribute(const String&) const
 - Variant GetAttributeDefault(const String&) const
+- bool IsInView(Camera@) const
 - bool Load(File@, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const
@@ -1471,6 +1474,7 @@ Methods:
 - void DrawDebugGeometry(DebugRenderer@, bool)
 - Variant GetAttribute(const String&) const
 - Variant GetAttributeDefault(const String&) const
+- bool IsInView(Camera@) const
 - bool Load(File@, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const
@@ -1596,6 +1600,7 @@ Methods:
 - void DrawDebugGeometry(DebugRenderer@, bool)
 - Variant GetAttribute(const String&) const
 - Variant GetAttributeDefault(const String&) const
+- bool IsInView(Camera@) const
 - bool Load(File@, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const
@@ -2281,6 +2286,7 @@ Methods:
 - void DrawDebugGeometry(DebugRenderer@, bool)
 - Variant GetAttribute(const String&) const
 - Variant GetAttributeDefault(const String&) const
+- bool IsInView(Camera@) const
 - bool Load(File@, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const
@@ -3439,6 +3445,7 @@ Methods:
 - void DrawDebugGeometry(DebugRenderer@, bool)
 - Variant GetAttribute(const String&) const
 - Variant GetAttributeDefault(const String&) const
+- bool IsInView(Camera@) const
 - bool Load(File@, bool = false)
 - bool Load(XMLFile@)
 - bool LoadXML(const XMLElement&, bool = false)
@@ -4674,6 +4681,7 @@ Methods:
 - void DrawDebugGeometry(DebugRenderer@, bool)
 - Variant GetAttribute(const String&) const
 - Variant GetAttributeDefault(const String&) const
+- bool IsInView(Camera@) const
 - bool Load(File@, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const
@@ -5269,6 +5277,7 @@ Methods:
 - void DrawDebugGeometry(DebugRenderer@, bool)
 - Variant GetAttribute(const String&) const
 - Variant GetAttributeDefault(const String&) const
+- bool IsInView(Camera@) const
 - bool IsInside(const Vector3&) const
 - bool IsInsideLocal(const Vector3&) const
 - bool Load(File@, bool = false)
@@ -5330,6 +5339,7 @@ Methods:
 - void DrawDebugGeometry(DebugRenderer@, bool)
 - Variant GetAttribute(const String&) const
 - Variant GetAttributeDefault(const String&) const
+- bool IsInView(Camera@) const
 - bool Load(File@, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const
@@ -5552,6 +5562,7 @@ Methods:
 - void DrawDebugGeometry(DebugRenderer@, bool)
 - Variant GetAttribute(const String&) const
 - Variant GetAttributeDefault(const String&) const
+- bool IsInView(Camera@) const
 - bool Load(File@, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const
@@ -5754,6 +5765,7 @@ Methods:
 - void DrawDebugGeometry(DebugRenderer@, bool)
 - Variant GetAttribute(const String&) const
 - Variant GetAttributeDefault(const String&) const
+- bool IsInView(Camera@) const
 - bool Load(File@, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const
@@ -6989,6 +7001,7 @@ Methods:
 - void DrawDebugGeometry(DebugRenderer@, bool)
 - Variant GetAttribute(const String&) const
 - Variant GetAttributeDefault(const String&) const
+- bool IsInView(Camera@) const
 - bool Load(File@, bool = false)
 - bool LoadXML(const XMLElement&, bool = false)
 - void MarkNetworkUpdate() const