Files
test/source/gameengine
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-09 22:15:26 +00:00
2009-04-11 20:58:09 +00:00
2009-04-09 22:15:26 +00:00
2009-04-11 20:58:09 +00:00
2009-04-11 20:58:09 +00:00
2009-04-09 09:50:17 +00:00
2009-03-22 19:19:21 +00:00
2008-10-31 22:35:52 +00:00