From c6f98cfa9566931570af1cfe220aad1f3bf51874 Mon Sep 17 00:00:00 2001 From: Mitchell Stokes Date: Thu, 22 Nov 2012 22:38:31 +0000 Subject: 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:. --- doc/python_api/rst/bge.logic.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3