Patch from Mitchell Stokes for KX_Light to use attrdef's

Added type access to the SCA_PropertyActuator, added missing function in library docs.
This commit is contained in:
2009-04-21 23:15:18 +00:00
parent 221f589f51
commit 0145a93f24
6 changed files with 116 additions and 152 deletions

View File

@@ -58,7 +58,7 @@ def Close ():
Close the currently open library file, if any.
"""
def getName ():
def GetName ():
"""
Get the filename of the currently open library file.
@rtype: string
@@ -111,4 +111,9 @@ def Update ():
down your script and make you look like a lousy programmer.
Enough warnings :)?
"""
def LinkedLibs():
"""
Return a list of all libs used in the the open .blend file (direct and indirect).
@rtype: list of strings
@return: a list of blendfile names.
"""