isExternalMacroAccessAllowed: Difference between revisions
Jump to navigation
Jump to search
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 3: | Line 3: | ||
|version=1.5.0 | |version=1.5.0 | ||
|description= | |description= | ||
Returns {{true}} if the client is configured to allow external macro access (see ''' | Returns {{true}} if the client is configured to allow external macro access (see '''Allow External Macro Access''' in [MapTool_Preferences|MapTool Preferences]). When enabled, this allows the use of other macro functions such as {{func|exportData}}. | ||
|usage= | |usage= |
Revision as of 20:19, 15 March 2023
isExternalMacroAccessAllowed() Function
• Introduced in version 1.5.0
Returns
true
(1
) if the client is configured to allow external macro access (see Allow External Macro Access in [MapTool_PreferencesUsage
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"]