Files
test2/source
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
2008-09-19 14:15:36 +00:00
2009-03-24 09:09:10 +00:00
2008-10-22 11:28:10 +00:00