isFunctionDefined: Difference between revisions
Jump to navigation
Jump to search
Verisimilar (talk | contribs) (Initial write-up.) |
Verisimilar (talk | contribs) mNo edit summary |
||
Line 12: | Line 12: | ||
|also= | |also= | ||
[[defineFunction|defineFunction()]], [[arg|arg()]], [[argCount|argCount]] | [[defineFunction|defineFunction()]], [[arg|arg()]], [[argCount|argCount()]] | ||
}} | }} | ||
[[Category:Miscellaneous Function]] | [[Category:Miscellaneous Function]] |
Revision as of 06:55, 10 March 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()