BGE patch 17547 applied in trunk: Cleaned up pydoc for BGE, compiles now error free

This commit is contained in:
2008-08-31 19:07:10 +00:00
parent 74339c639a
commit 7f257df5b4
6 changed files with 12 additions and 13 deletions

View File

@@ -84,7 +84,8 @@ def setMousePosition(x, y):
"""
Sets the mouse cursor position.
@type x, y: integer
@type x: integer
@type y: integer
"""
def setBackgroundColor(rgba):