Files
goo-engine/source/blender/python/api2_2x/doc
Campbell Barton c1e1091f02 moved py controller functions from SCA_PythonController to SCA_IController - the base controller class so python can get the sensors & actuators from any controller (not just SCA_PythonController types)
also deprecated getActuators() and getSensors() for 'sensors' and 'actuators' attributes.

an example of getting every sensor connected to an object.
 all_sensors = [s for c in ob.controllers for s in c.sensors]
2009-05-06 09:12:08 +00:00
..
2008-09-19 18:53:05 +00:00
2008-12-09 00:18:30 +00:00
2008-08-01 23:39:52 +00:00
2008-10-14 22:31:10 +00:00
2008-11-08 13:38:21 +00:00
2008-04-27 18:26:20 +00:00
2008-07-26 10:45:11 +00:00
2008-10-14 22:31:10 +00:00
BPy
2009-04-19 00:09:47 +00:00
2008-07-26 10:45:11 +00:00
2008-10-12 14:27:30 +00:00
2008-12-15 05:30:09 +00:00
2008-05-21 19:24:35 +00:00
2008-10-14 22:31:10 +00:00
2008-10-08 16:37:33 +00:00
2008-10-19 21:39:50 +00:00
2009-04-19 22:02:48 +00:00
2008-08-30 14:32:16 +00:00
2008-10-14 22:31:10 +00:00
2008-10-14 22:31:10 +00:00
2008-09-08 23:39:32 +00:00