Adding some docs for world and lamp insertIpoKey additions

This commit is contained in:
2005-03-26 18:01:30 +00:00
parent c9c0e8d50c
commit 24e52b703e
2 changed files with 27 additions and 0 deletions

View File

@@ -370,3 +370,16 @@ class Lamp:
Unlink the ipo from this Lamp object.
@return: True if there was an ipo linked or False otherwise.
"""
def insertIpoKey(keytype):
"""
Inserts keytype values in lamp ipo at curframe. Uses module constants.
@type keytype: Integer
@param keytype:
-RGB
-ENERGY
-SPOTSIZE
-OFFSET
-SIZE
@return: py_none
"""