Files
test/source/gameengine
Campbell Barton c78b460fce Use Benoits attributes in KX_GameObject.
Deprecated..
getPosition, setPosition, getOrientation, setOrientation, getState, setState, getParent, getVisible, getMass

* swapped set/get to get/set in KX_PYATTRIBUTE_RW_FUNCTION macro to match pythons getsetattrs.
* deprecation warnings in the api and notes in epydocs.
* added 'state' attribute
* gameob.mass = 10 # now works because its not checking only for float values.
* dir(gameob) # includes attributes now
2009-03-24 19:37:17 +00:00
..
BGE
2009-03-15 23:40:59 +00:00
2009-02-25 06:43:03 +00:00
2009-03-22 19:19:21 +00:00
2008-10-31 22:35:52 +00:00