Call (Imagine function)

From m204wiki
Revision as of 02:50, 25 March 2025 by Wiccan (talk | contribs) (Automatically generated page update)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Run Imagine code on the Transparency Broker (Imagine class)

[Introduced in Model 204 8.0 βeta]


This page is under construction.

Syntax

[%string =] %(Imagine):Call( name, [payload= string], [globals= boolean], - [globalImages= boolean], [recordMap= boolean]) Throws BrokerLost

Syntax terms

%stringstring
%(Imagine) The class name in parentheses denotes a shared method. Call can also be invoked via a Imagine object variable, which may be Null.
name string
payload string
The default value of this argument is ??.
globals Boolean value
The default value of this argument is ??.
globalImages Boolean value
The default value of this argument is ??.
recordMap Boolean value
The default value of this argument is ??.

Usage notes

Examples

See also