isFunctionDefined: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 15: Line 15:


}}
}}
[[Category:Miscellaneous Function]]
[[Category:User Defined Function]]

Revision as of 18:47, 14 April 2009

 This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.

isFunctionDefined() Function

Introduced in version 1.3b51
Checks is a function has been defined using defineFunction(). Returns true(1) if it has, or false(0) if it has not.

Usage

isFunctionDefined()


See Also