Browse Source

Travis CI: API documentation update at 2014-03-12 02:39:20 UTC.
[ci skip]

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

+ 5 - 0
Docs/AngelScriptAPI.h

@@ -1258,6 +1258,7 @@ BoundingBox worldBoundingBox;
 class Color
 {
 // Methods:
+Color Abs() const;
 float Average() const;
 float Chroma() const;
 void Clip(bool);
@@ -2971,6 +2972,8 @@ LightType lightType;
 float lodBias;
 uint maxLights;
 /* readonly */
+bool negative;
+/* readonly */
 Node node;
 /* readonly */
 uint numAttributes;
@@ -8858,6 +8861,8 @@ BLEND_ALPHA,
 BLEND_ADDALPHA,
 BLEND_PREMULALPHA,
 BLEND_INVDESTALPHA,
+BLEND_SUBTRACT,
+BLEND_SUBTRACTALPHA,
 };
 
 enum CollisionEventMode

+ 5 - 0
Docs/LuaScriptAPI.dox

@@ -662,6 +662,7 @@ Methods:
 - void Clip(bool clipAlpha = false)
 - void Invert(bool invertAlpha = false)
 - Color Lerp(const Color& rhs, float t) const
+- Color Abs() const
 - String ToString() const
 
 Properties:
@@ -1741,6 +1742,7 @@ Methods:
 - Texture* GetRampTexture() const
 - Texture* GetShapeTexture() const
 - Frustum GetFrustum() const
+- bool IsNegative() const
 
 Properties:
 
@@ -1762,6 +1764,7 @@ Properties:
 - Texture* rampTexture
 - Texture* shapeTexture
 - Frustum frustum (readonly)
+- bool negative (readonly)
 
 ### LineEdit : BorderImage
 
@@ -5247,6 +5250,8 @@ Properties:
 - int BLEND_ADDALPHA
 - int BLEND_PREMULALPHA
 - int BLEND_INVDESTALPHA
+- int BLEND_SUBTRACT
+- int BLEND_SUBTRACTALPHA
 - int MAX_BLENDMODES
 
 ### CollisionEventMode

+ 4 - 0
Docs/ScriptAPI.dox

@@ -1065,6 +1065,7 @@ Properties:
 
 Methods:
 
+- Color Abs() const
 - float Average() const
 - float Chroma() const
 - void Clip(bool)
@@ -2468,6 +2469,7 @@ Properties:
 - LightType lightType
 - float lodBias
 - uint maxLights
+- bool negative // readonly
 - Node@ node // readonly
 - uint numAttributes // readonly
 - bool occludee
@@ -7430,6 +7432,8 @@ Properties:
 - BLEND_ADDALPHA
 - BLEND_PREMULALPHA
 - BLEND_INVDESTALPHA
+- BLEND_SUBTRACT
+- BLEND_SUBTRACTALPHA
 
 
 ### CollisionEventMode