Package | Description |
---|---|
skyproc |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
GRUP<LVLN> |
Mod.getLeveledCreatures() |