data.listNamespaces: Difference between revisions
Jump to navigation
Jump to search
m (Added category to page.) |
Cold Ankles (talk | contribs) m (Minimal Update) |
||
Line 1: | Line 1: | ||
{{Stub}} | {{Stub}} | ||
<pre>data.listNamespaces(dataType)</pre> | |||
For addons, the dataType is <pre>addon:</pre> | |||
Returns an array of namespaces: <pre>["exampleAddon","secondExample"] | |||
[[Category:Stub]] | [[Category:Stub]] | ||
[[Category:Macro Function]] | [[Category:Macro Function]] |
Revision as of 02:31, 4 May 2024
This article is a stub, you can help the RPTools Wiki project by contributing content to expand this article.
data.listNamespaces(dataType)
For addons, the dataType is
addon:
Returns an array of namespaces:
["exampleAddon","secondExample"]