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 4cd088b105 BGE Py API
- setting the scene attributes would always add to the scenes custom dictionary.
- new CListValue method from_id(id)

so you can store a Game Objects id and use it to get the game object back.

 ob_id = id(gameOb)
 ...
 gameOb = scene.objects.from_id(ob_id)
 
This is useful because names are not always unique.
2009-04-11 20:58:09 +00:00
..
2009-04-11 20:58:09 +00:00
2009-04-05 10:03:23 +00:00
2009-04-09 12:53:56 +00:00
2005-03-25 10:33:39 +00:00
2008-10-14 22:31:10 +00:00
2009-04-09 12:53:56 +00:00
2008-12-29 16:36:58 +00:00
2009-04-07 06:23:45 +00:00
2009-04-09 22:15:26 +00:00
2009-02-24 05:50:45 +00:00