Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/Ketsji/KX_VehicleWrapper.h')
-rw-r--r--source/gameengine/Ketsji/KX_VehicleWrapper.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/source/gameengine/Ketsji/KX_VehicleWrapper.h b/source/gameengine/Ketsji/KX_VehicleWrapper.h
index 22b9591f48b..259ca7cc1ba 100644
--- a/source/gameengine/Ketsji/KX_VehicleWrapper.h
+++ b/source/gameengine/Ketsji/KX_VehicleWrapper.h
@@ -23,16 +23,16 @@ public:
KX_VehicleWrapper(PHY_IVehicle* vehicle,class PHY_IPhysicsEnvironment* physenv);
virtual ~KX_VehicleWrapper ();
int getConstraintId();
-
+
#ifdef WITH_PYTHON
-
+
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,AddWheel);
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,GetNumWheels);
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,GetWheelOrientationQuaternion);
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,GetWheelRotation);
-
+
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,GetWheelPosition);
-
+
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,GetConstraintId);
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,GetConstraintType);
@@ -45,11 +45,11 @@ public:
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,SetTyreFriction);
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,SetSuspensionStiffness);
-
+
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,SetSuspensionDamping);
-
+
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,SetSuspensionCompression);
-
+
KX_PYMETHOD_VARARGS(KX_VehicleWrapper,SetRollInfluence);
#endif /* WITH_PYTHON */