Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Stokes <mogurijin@gmail.com>2012-11-23 02:38:31 +0400
committerMitchell Stokes <mogurijin@gmail.com>2012-11-23 02:38:31 +0400
commitc6f98cfa9566931570af1cfe220aad1f3bf51874 (patch)
tree8e9e1a55bb43004a0860dc779ba003531c05dedc /doc/python_api
parentde57d61f62c88d13ecf55cc0c308b406d40c3383 (diff)
BGE Docs: Adding docs for bge.logic.NextFrame() and bge.logic.PrintMemInfo() based on their doc strings. There was also an :rtype: in the bge.logic.setExitKey() docs that should have been :type:.
Diffstat (limited to 'doc/python_api')
-rw-r--r--doc/python_api/rst/bge.logic.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/python_api/rst/bge.logic.rst b/doc/python_api/rst/bge.logic.rst
index da521d6b245..acf28706709 100644
--- a/doc/python_api/rst/bge.logic.rst
+++ b/doc/python_api/rst/bge.logic.rst
@@ -336,8 +336,11 @@ General functions
Sets the key used to exit the game engine
:arg key: A key constant from :mod:`bge.events`
- :rtype key: int
+ :type key: int
+.. function:: NextFrame()
+
+ Render next frame (if Python has control)
*****************
Utility functions
@@ -381,6 +384,10 @@ Utility functions
.. function:: PrintGLInfo()
Prints GL Extension Info into the console
+
+.. function:: PrintMemInfo()
+
+ Prints engine statistics into the console
*********
Constants