isExternalMacroAccessAllowed

From RPTools Wiki
Revision as of 20:18, 15 March 2023 by Taustin (talk | contribs)
Jump to navigation Jump to search

isExternalMacroAccessAllowed() Function

Introduced in version 1.5.0
Returns true(1) if the client is configured to allow external macro access (see [MapTool_Preferences#Macro Permissions

Usage

isExternalMacroAccessAllowed()

Examples

1. Test to see if the current client can access external resources from macros.
This client has external access [r,if(isExternalMacroAccessAllowed()): "Enabled"; "Disabled"]