RPTools

Personal tools
From MapToolDoc

isTrusted

isTrusted() Function

Introduced in version 1.3b48

Returns 1 if this is running as a trusted macro or 0 if it is not.

Usage

  1. isTrusted()

Example

  1. [r, if(isTrusted()): "I can run the trusted functions! yay!"]