Package | Description |
---|---|
skyproc |
Modifier and Type | Method and Description |
---|---|
static NPC_.TemplateFlag |
NPC_.TemplateFlag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NPC_.TemplateFlag[] |
NPC_.TemplateFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
NPC_.get(NPC_.TemplateFlag flag) |
static LVLN |
NiftyFunc.isTemplatedToLList(FormID npc,
NPC_.TemplateFlag... templateFlagsToCheck)
Checks the given template flag "chains" to see if the NPC is templated to
a Leveled List at any point.
|
LVLN |
NPC_.isTemplatedToLList(NPC_.TemplateFlag... templateFlagsToCheck)
Checks the NPC's template chain to see if a Leveled List is on it, and
returns it if found.
Flags can be specified if you only want to return a Leveled List if AT LEAST one of those flags is checked. |
static LVLN |
NiftyFunc.isTemplatedToLList(NPC_ npc,
NPC_.TemplateFlag... templateFlagsToCheck)
Checks the given template flag "chains" to see if the NPC is templated to
a Leveled List at any point.
|
void |
NPC_.set(NPC_.TemplateFlag flag,
boolean on) |
void |
NPC_.templateTo(FormID npc,
NPC_.TemplateFlag... flags)
Takes in another NPC, and assumes all the information associated with the
input flags.
|
void |
NPC_.templateTo(NPC_ otherNPC,
NPC_.TemplateFlag... flags)
Takes in another NPC, and assumes all the information associated with the
input flags.
|