getAllowsURIAccess: Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
m (Conversion script moved page GetAllowsURIAccess to getAllowsURIAccess: Converting page titles to lowercase)
m (Text replacement - "source>" to "syntaxhighlight>")
Line 12: Line 12:
getAllowsURIAccess()
getAllowsURIAccess()
getAllowsURIAccess(libToken)
getAllowsURIAccess(libToken)
</source>
</syntaxhighlight>
'''Parameters'''
'''Parameters'''
{{param|libToken|The name of the Lib:Token to check.}}
{{param|libToken|The name of the Lib:Token to check.}}

Revision as of 17:05, 14 March 2023

getAllowsURIAccess() Function

 Note: This function can only be used in a Trusted Macro

Introduced in version 1.10.0
Checks to see if a Lib:Token allows URI access or not.

Usage

<source lang="mtmacro" line> getAllowsURIAccess() getAllowsURIAccess(libToken) </syntaxhighlight> Parameters

  • libToken - The name of the Lib:Token to check.


If the libToken is not specified it defaults to the current token. Calling this with a non Lib:Token specified will always result in it returning false.


See Also