data.listNamespaces: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(Created page with "{{Stub}}")
 
(New Category)
 
(2 intermediate revisions by 2 users not shown)
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:Macro Function]]
[[Category:Data Function]]

Latest revision as of 02:43, 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"]