This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/gameengine/PyDoc
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
..
2008-10-14 22:31:10 +00:00
2008-10-14 22:31:10 +00:00
2008-10-14 22:31:10 +00:00
2004-06-07 11:01:31 +00:00
2005-03-25 10:33:39 +00:00
2008-09-05 02:53:12 +00:00
2008-10-14 22:31:10 +00:00
2008-12-29 16:36:58 +00:00
2009-02-24 05:50:45 +00:00