BGE: New Property sensor evaluation types

This patch adds "Less Than" and "Greater Than" evaluation types to the property sensor.
The Wiki Docs modifications http://wiki.blender.org/index.php/User:Lordloki/Doc:2.6/Manual/Game_Engine/Logic/Sensors/Property
Also, I have attached a screenshot and a blend to check.

Reviewers: dfelinto, moguri

Reviewed By: moguri

Differential Revision: https://developer.blender.org/D476
This commit is contained in:
Jorge Bernal
2014-06-03 13:20:59 -07:00
committed by Mitchell Stokes
parent 3144ae2c34
commit 8c16f4c7d0
27 changed files with 142 additions and 12 deletions

View File

@@ -507,6 +507,18 @@ Property Sensor
:value: 5
.. data:: KX_PROPSENSOR_LESSTHAN
Activate when the property is less than the sensor value
:value: 6
.. data:: KX_PROPSENSOR_GREATERTHAN
Activate when the property is greater than the sensor value
:value: 7
------------
Radar Sensor
------------