blender/source/gameengine/PyDoc
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
..
API_intro.py BGE pyAPI update 2009-06-21 17:40:56 +00:00
bge_api_validate_py.txt Name attributes added since 2.48a more consistently. 2009-05-15 03:26:53 +00:00
epy_docgen.sh - Added an intro page for the BGE docs rather then using GameLogic 2009-05-20 01:11:56 +00:00
GameKeys.py BGE API - small changes 2009-04-24 20:27:04 +00:00
GameLogic.py 2.5 audio cleanup: 2009-08-10 15:39:11 +00:00
GameTypes.py patch from Mitchell Stokes adding dictionary like access to a scene. (like KX_GameObjects have) 2009-08-25 13:43:21 +00:00
Rasterizer.py Moving ScreenSpace methods from Rasterizer to KX_Camera (getScreenPos, getScreenVect, getScreenRay) 2009-05-20 05:33:39 +00:00
SConscript Scons epydos changed options 2009-04-19 22:02:48 +00:00