Name
moai.HaveObject -- check if MOAI object exists
Synopsis
r = moai.HaveObject(id$)
Function
This function simply checks whether a MOAI object of the given id$ exists or not. If it exists, True is returned, False otherwise.

Inputs
id$
MOAI object id to check
Results
r
True or False depending on whether the object exists

Show TOC