HeatCondition
Importing the class
If you need to reference this type directly, like when casting an Array, or as a parameter, you will need to import it. Simply add the import at the top of the file.
Implements
Undocumented Interfaces
Comparable<Enum>
Enum Constants
HeatCondition is an enum with 3 constants. They are accessible like so:
Members
Getter
Gets the color of this heat condition.
Return Type:
int
color() as int
Gets the color of this heat condition.
Returns: The color of this heat condition.
Return Type:
int
Getter
Return Type:
string
commandString() as string
Return Type:
string
Getter
Gets the translation key of this heat condition.
Return Type:
string
translationKey() as string
Gets the translation key of this heat condition.
Returns: The translation key of this heat condition.
Return Type:
string