Package bpy :: Module types :: Class Controller
[hide private]
[frames] | no frames]

Class Controller


The Controller Object

Game engine logic brick to process events, connecting sensors to actuators.

References

Instance Variables [hide private]
string name
Name (maximum length of 32)
enum (readonly) type
Type in...
Instance Variable Details [hide private]

type

Type in...
  • LOGIC_AND
  • LOGIC_OR
  • LOGIC_NAND
  • LOGIC_NOR
  • LOGIC_XOR
  • LOGIC_XNOR
  • EXPRESSION
  • PYTHON
Type:
enum (readonly)