ArcadeScriptEngine Class Members
In This Topic
The following tables list the members exposed by ArcadeScriptEngine.
Public Properties
| Name | Description |
  | Instance |
Gets the singleton ArcadeScriptEngine instance.
|
Top
Public Methods
| Name | Description |
 | CreateEvaluator |
Creates an instance of an Arcade script evaluator.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetRequiredVersion |
Gets the minimum required version of Arcade needed for the given expression.
This method must be called on the MCT. Use QueuedTask.Run.
|
 | GetVersion |
Gets the current version of Arcade in use by this engine.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also