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/Expressions
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
..
2002-11-25 15:29:57 +00:00
2002-11-25 15:29:57 +00:00
2002-11-25 15:29:57 +00:00
2002-11-25 15:29:57 +00:00
2002-11-25 15:29:57 +00:00
2009-02-26 09:04:06 +00:00
2009-02-23 06:41:10 +00:00
2002-11-25 15:29:57 +00:00
2009-02-15 23:26:00 +00:00
2002-11-25 15:29:57 +00:00
2002-11-25 15:29:57 +00:00