Files
test/source/gameengine
Campbell Barton 855974dad9 patch from Mitchell Stokes adding dictionary like access to a scene. (like KX_GameObjects have)
val = scene["prop"]
scene["prop"] = newval
if "prop" in scene: ... 
val = scene.get("prop", fallback_val)
2009-08-25 13:43:21 +00:00
..
2009-08-24 09:17:09 +00:00
2009-08-19 10:26:43 +00:00
2009-08-19 10:26:43 +00:00
2009-06-21 16:18:38 +00:00
2.5
2009-08-11 18:14:49 +00:00
2009-06-21 16:18:38 +00:00