Files
test/source
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-10 15:39:11 +00:00
2009-06-08 20:08:19 +00:00
2009-08-21 22:56:26 +00:00
2009-08-15 23:42:16 +00:00
2009-03-30 18:21:17 +00:00