Package | Description |
---|---|
skyproc | |
skyproc.genenums |
Constructor and Description |
---|
Condition(Condition.P_CastingSource_FormID function,
CastingSource source,
FormID id)
Condition ctor for functions with a CastingSource and FormID parameter.
|
Condition(Condition.P_CastingSource function,
CastingSource source)
Condition ctor for functions with a CastingSource parameter.
|
Condition(Condition.P_FormID_CastingSource function,
FormID id,
CastingSource source)
Condition ctor for functions with FormID and CastingSource parameters.
|
Modifier and Type | Method and Description |
---|---|
static CastingSource |
CastingSource.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CastingSource[] |
CastingSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|