bge api doc update

bge.texture materialId wasn't showing up
bge.type was outdated (I removed the glew example, I hope no one mind)
This commit is contained in:
Dalai Felinto
2012-01-13 08:58:12 +00:00
parent 425f634eeb
commit 14e75b6c84
2 changed files with 68 additions and 154 deletions

View File

@@ -516,7 +516,7 @@ When the texture object is deleted, the new texture is deleted and the old textu
line by line starting from the bottom of the image. The pixel size and format is determined by the mode
parameter.
.. function materialID(object,name)
.. function:: materialID(object,name)
Returns a numeric value that can be used in :class:`Texture` to create a dynamic texture.
@@ -538,7 +538,7 @@ When the texture object is deleted, the new texture is deleted and the old textu
:type name: string
:rtype: integer
.. function setLogFile(filename)
.. function:: setLogFile(filename)
Sets the name of a text file in which runtime error messages will be written, in addition to the printing
of the messages on the Python console. Only the runtime errors specific to the VideoTexture module