Update of the documentation files for the new IPO functions

This commit is contained in:
2003-10-26 21:22:24 +00:00
parent 0311189fb8
commit cd0e042dbc
4 changed files with 32 additions and 0 deletions

View File

@@ -61,6 +61,13 @@ class World:
@return: the name of the world object.
"""
def getIpo():
"""
Retreives the Ipo (if any) of an world object
@rtype: Ipo object
@return: the Ipo of the world object.
"""
def setName(name):
"""