BGE API_DOC: VideoTexture and PhysicsConstraints templates (need the functions to be filled with their description).

PhysicsConstraints is documented in the Game Kit Book:
http://download.blender.org/documentation/gamekit1/

VideoTexture is documented in the wiki:
http://wiki.blender.org/index.php/Dev:Source/GameEngine/2.49/VideoTexture

I don't think I will have time to fill the documentation. But I hope this commit helps someone interested in helping it.

Therefore volunteers to document those modules are highly welcome !!! (let's give to BGE the documentation it deserves)!

* + added GameLogic.Lave/LoadGlobalDict + some typo fixes
This commit is contained in:
Dalai Felinto
2010-01-10 19:35:42 +00:00
parent 6b4a8c5d72
commit 580345394e
5 changed files with 272 additions and 6 deletions

View File

@@ -16,10 +16,10 @@ The Blender Game Engine Python API Reference
- L{Rasterizer} display and rendering.
- L{GameTypes} contains all the python types spesific to the GameEngine.
Undocumented modules:
Modules with documentation in progress:
---------------------
- VideoTexture
- PhysicsConstraints
- L{VideoTexture}
- L{PhysicsConstraints}
Additional Modules:
-------------------