ScriptParameterType Enumeration

Indicates the expected value of a ScriptParameterInfo.

Inheritance Hierarchy

Syntax

public enum ScriptParameterType : System.IComparable, System.IFormattable, System.IConvertible

Fields

Name Description
Bool

Either "True" or "False".

List

A value that's expressable as a list.

Map

A value that's expressable as a map/dictionary.

Switch

A value equal to the name or null (Nothing in Visual Basic)/empty otherwise

Text

Unformatted text.