Some KX_CONSTRAINTACT_* constants were incorrectly documented as KX_CONSTRAINT_*.

This commit is contained in:
Mitchell Stokes
2012-11-22 07:31:51 +00:00
parent 8a62ec63c8
commit 6a5d5ed206

View File

@@ -501,27 +501,27 @@ See :class:`bge.types.KX_ConstraintActuator.option`
* Applicable to Distance constraint: * Applicable to Distance constraint:
.. data:: KX_CONSTRAINT_NORMAL .. data:: KX_CONSTRAINTACT_NORMAL
Activate alignment to surface Activate alignment to surface
.. data:: KX_CONSTRAINT_DISTANCE .. data:: KX_CONSTRAINTACT_DISTANCE
Activate distance control Activate distance control
.. data:: KX_CONSTRAINT_LOCAL .. data:: KX_CONSTRAINTACT_LOCAL
Direction of the ray is along the local axis Direction of the ray is along the local axis
* Applicable to Force field constraint: * Applicable to Force field constraint:
.. data:: KX_CONSTRAINT_DOROTFH .. data:: KX_CONSTRAINTACT_DOROTFH
Force field act on rotation as well Force field act on rotation as well
* Applicable to both: * Applicable to both:
.. data:: KX_CONSTRAINT_MATERIAL .. data:: KX_CONSTRAINTACT_MATERIAL
Detect material rather than property Detect material rather than property