From 14e75b6c8483725a331123298309a940efa2a31f Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Fri, 13 Jan 2012 08:58:12 +0000 Subject: 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) --- doc/python_api/rst/bge.texture.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/python_api/rst/bge.texture.rst') diff --git a/doc/python_api/rst/bge.texture.rst b/doc/python_api/rst/bge.texture.rst index 0b32c7a393b..0abefcbea82 100644 --- a/doc/python_api/rst/bge.texture.rst +++ b/doc/python_api/rst/bge.texture.rst @@ -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 -- cgit v1.2.3