Adding some docs for Object insertIpoKey additions

This commit is contained in:
2005-03-20 03:50:56 +00:00
parent 66b8984cd8
commit 836d576730

View File

@@ -382,6 +382,19 @@ class Object:
@return: a boolean value. @return: a boolean value.
""" """
def insertIpoKey(keytype):
"""
Inserts keytype values in object ipo at curframe. Uses module constants.
@type keytype: Integer
@param keytype:
-LOC
-ROT
-SIZE
-LOCROT
-LOCROTSIZE
@return: py_none
"""
def link(object): def link(object):
""" """
Links Object with data provided in the argument. The data must match the Links Object with data provided in the argument. The data must match the