PSPEnumType – Contains an enumeration of variables
Functions
Description() – Returns String Description of the Enum
Name() – Returns String Name of the Enum
Values() – Returns a list of each value in the Enum in the format [(‘StringName’, IntegerValue, ‘StringDescription’),…]
Member Variables:
Unknown