| Trees | Indices | Help |
|
|---|
|
|
PyObjectPlus --+
|
CValue --+
|
SCA_ILogicBrick --+
|
SCA_ISensor --+
|
KX_TouchSensor
|
|||
| Deprecated | |||
|---|---|---|---|
|
|||
| string |
|
||
| KX_GameObject |
|
||
| CListValue of hitObjectList |
|
||
|
|||
| Inherited from SCA_ISensor | |||
|
|||
| integer |
|
||
|
|||
| boolean |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Inherited from SCA_ILogicBrick | |||
| integer |
|
||
| KX_GameObject |
|
||
|
|||
| Inherited from CValue | |||
| string |
|
||
| Inherited from PyObjectPlus | |||
| bool |
|
||
|
|||
| KX_GameObject or None |
hitObject The last collided object. |
||
| CListValue of KX_GameObject |
hitObjectList A list of colliding objects. |
||
| string |
propName The property or material to collide with. |
||
| boolean |
useMaterial Determines if the sensor is looking for a property or material. |
||
| bool |
usePulseCollision When enabled, changes to the set of colliding objects generate a pulse. |
||
| Inherited from SCA_ISensor | |||
|---|---|---|---|
| int |
frequency The frequency for pulse mode sensors. |
||
| boolean |
invert Flag to set if this sensor activates on positive or negative events. |
||
| boolean |
level Option whether to detect level or edge transition when entering a state. |
||
| boolean |
positive True if this sensor brick is in a positive state. |
||
| boolean |
tap When enabled only sensors that are just activated will send a positive event, after this they will be detected as negative by the controllers. |
||
| boolean |
triggered True if this sensor brick is in a positive state. |
||
| boolean |
useNegPulseMode Flag to turn negative pulse mode on and off. |
||
| boolean |
usePosPulseMode Flag to turn positive pulse mode on and off. |
||
| Inherited from SCA_ILogicBrick | |||
| int |
executePriority This determines the order controllers are evaluated, and actuators are activated (lower priority is executed first). |
||
| string |
name The name of this CValue derived object (read-only). |
||
| KX_GameObject or None in exceptional cases. |
owner The game object this logic brick is attached to (read-only). |
||
| Inherited from PyObjectPlus | |||
| bool |
invalid Test if the object has been freed by the game engine and is no longer valid. |
||
|
|||
Deprecated:
use the |
Deprecated:
use the |
Deprecated: use the hitObject property |
Returns a list of all objects hit in the last frame. (deprecated) Only objects that have the requisite material/property are listed.
Deprecated: use the hitObjectList property |
Deprecated: use the useMaterial property |
|
|||
hitObjectThe last collided object. (read-only)
|
hitObjectListA list of colliding objects. (read-only)
|
useMaterialDetermines if the sensor is looking for a property or material. KX_True = Find material; KX_False = Find property
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Wed Aug 26 12:07:41 2009 | http://epydoc.sourceforge.net |