Is there a website that has all the python commands for gameblender? I think I understand python for the game engine, but I can seem to apply it because I know very few commands. I did find a site that had alot of python commands but it was not for the game engine part. Any help would be greatly appreciated?
http://download.blender.org/documentation/NaN_docs/BlenderGameReference/actuators.html
It probably doesn’t have all of them but theres a lot.
Thanks, It doesn’t have all of them but it will help.
http://www.blender.org/documentation/pydoc_gameengine/PyDoc-Gameengine-2.34/index.html
This should be most of it, from the wiki. I’ve been working on a site to present the information in an easier to navigate manner, but it’s not very far along yet.
The link by skullbunny leads to the official documentation.
If you’re just staring out, I recommend you go through my tutorial on the matter:
-before you start looking over the API docs.
haramanai made available instructions on outputting the API documentation from the Blender 2.42a source code. That is the most up-to-date documentation currently available for an official Blender release. Instructions are in this thread: http://blenderartists.org/forum/showthread.php?t=78607