Browse Source

Travis CI: API documentation update at 2020-02-26 16:24:36 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/88ea05ee5cec9e8e8dfd2ca8c44356fc814b8262

Message: contributors list updated

urho3d-travis-ci 5 years ago
parent
commit
a98d17adf5
4 changed files with 7 additions and 1 deletions
  1. 2 0
      Docs/AngelScriptAPI.h
  2. 2 0
      Docs/LuaScriptAPI.dox
  3. 2 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 2 - 0
Docs/AngelScriptAPI.h

@@ -9243,6 +9243,7 @@ float GetWheelDampingCompression(int);
 float GetWheelDampingRelaxation(int);
 Vector3 GetWheelDirection(int);
 float GetWheelFrictionSlip(int);
+float GetWheelMaxSuspensionForce(int);
 Node GetWheelNode(int);
 Vector3 GetWheelPosition(int);
 float GetWheelRadius(int);
@@ -9290,6 +9291,7 @@ void SetWheelDampingCompression(int, float);
 void SetWheelDampingRelaxation(int, float);
 void SetWheelDirection(int, Vector3);
 void SetWheelFrictionSlip(int, float);
+void SetWheelMaxSuspensionForce(int, float);
 void SetWheelRadius(int, float);
 void SetWheelRestLength(int, float);
 void SetWheelRollInfluence(int, float);

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -5082,6 +5082,7 @@ Methods:
 - void UpdateWheelTransform(int wheel, bool interpolated)
 - void SetSteeringValue(int wheel, float steeringValue)
 - void SetWheelSuspensionStiffness(int wheel, float stiffness)
+- void SetWheelMaxSuspensionForce(int wheel, float force)
 - void SetWheelDampingRelaxation(int wheel, float damping)
 - void SetWheelDampingCompression(int wheel, float compression)
 - void SetWheelFrictionSlip(int wheel, float slip)
@@ -5109,6 +5110,7 @@ Methods:
 - Node* GetWheelNode(int wheel)
 - float GetSteeringValue(int wheel) const
 - float GetWheelSuspensionStiffness(int wheel) const
+- float GetWheelMaxSuspensionForce(int wheel) const
 - float GetWheelDampingRelaxation(int wheel) const
 - float GetWheelDampingCompression(int wheel) const
 - float GetWheelFrictionSlip(int wheel) const

+ 2 - 0
Docs/ScriptAPI.dox

@@ -10864,6 +10864,7 @@ Methods:
 - float GetWheelDampingRelaxation(int)
 - Vector3 GetWheelDirection(int)
 - float GetWheelFrictionSlip(int)
+- float GetWheelMaxSuspensionForce(int)
 - Node@ GetWheelNode(int)
 - Vector3 GetWheelPosition(int)
 - float GetWheelRadius(int)
@@ -10911,6 +10912,7 @@ Methods:
 - void SetWheelDampingRelaxation(int, float)
 - void SetWheelDirection(int, Vector3)
 - void SetWheelFrictionSlip(int, float)
+- void SetWheelMaxSuspensionForce(int, float)
 - void SetWheelRadius(int, float)
 - void SetWheelRestLength(int, float)
 - void SetWheelRollInfluence(int, float)

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.130
+0.1.131