Adding some docs for Object insertIpoKey additions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user