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:.

This commit is contained in:
Mitchell Stokes
2012-11-22 22:38:31 +00:00
parent de57d61f62
commit c6f98cfa95

View File

@@ -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