Usage Type
The way that a NameInModule is being used somewhere.
Entries
This is a use of the name as a method to invoke at runtime.
The name appears in a module header in either (1) the Names section, (2) as the right-hand side of a rename in the Uses section, or (3) as the right-hand side of a rename in the Extends section.
The name appears in a module header in either (1) the Uses section, (2) the left-hand side of a rename in the Uses section, (3) the Extends section, or (4) the left-hand side of a rename in the Extends section.
The name was created within the body, either as (1) a consequence of an initial atom lookup or (2) an invocation of P_CreateAtom.
The name was referenced in the body as a consequence of a non-initial atom lookup.
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.