From bd00aa972727197daa4b891e7aee8146a706e68c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 9 Oct 2010 10:45:25 +0000 Subject: patch [#23781] Dynamically Load Actions from Mitchell Stokes (moguri) --- source/gameengine/PyDoc/bge.logic.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/PyDoc') diff --git a/source/gameengine/PyDoc/bge.logic.rst b/source/gameengine/PyDoc/bge.logic.rst index a7eb5635d0f..d3261f5747b 100644 --- a/source/gameengine/PyDoc/bge.logic.rst +++ b/source/gameengine/PyDoc/bge.logic.rst @@ -179,7 +179,7 @@ General functions :arg blend: The path to the blend file (or the name to use for the library if data is supplied) :type blend: string - :arg type: The datablock type (currently only "Scene" and "Mesh" are supported) + :arg type: The datablock type (currently only "Action", "Mesh" and "Scene" are supported) :type type: string :arg data: Binary data from a blend file (optional) :type data: bytes -- cgit v1.2.3