-
Notifications
You must be signed in to change notification settings - Fork 67
Enumeration Type
Jeremie Rossignol edited this page Jul 16, 2015
·
4 revisions
Enumerations include all types that have a list of values (typically, the full list of values is documented in the appropriate Contract Configurator parameter. The type will vary based on the type of enumeration, but is generically referred to as enum
in this section.
Local Functions
Function Signature | Description |
---|---|
enum Random()
|
Returns a random value from the enumeration. |
List < enum > AllEnumValues()
|
Returns all the valid values for the enumeration. |
- General Types
- KSP Types
- Contract Configurator Objects
- Other
- Global Functions
Contract Configurator
Configuration File Syntax
Extending Contract Configurator