Package | Description |
---|---|
skyproc | |
skyproc.gui |
Modifier and Type | Field and Description |
---|---|
static FormID |
FormID.NULL
FormID to compare to when determining NULL formIDs.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FormID> |
ARMA.getAdditionalRaces() |
java.util.ArrayList<FormID> |
NPC_.getAIPackages() |
java.util.ArrayList<FormID> |
ARMO.getArmatures() |
java.util.ArrayList<FormID> |
DLVW.getBranches() |
java.util.ArrayList<FormID> |
RACE.getEquipSlots() |
java.util.ArrayList<FormID> |
RACE.getFaceDetailsTextureSet(Gender g) |
java.util.ArrayList<FormID> |
FLST.getFormIDEntries() |
java.util.ArrayList<FormID> |
HDPT.getHeadParts() |
java.util.ArrayList<FormID> |
NPC_.getHeadParts() |
java.util.ArrayList<FormID> |
OTFT.getInventoryList() |
java.util.ArrayList<FormID> |
KeywordSet.getKeywordRefs()
Returns a COPY of the list of FormIDs associated with this keyword set.
|
java.util.ArrayList<FormID> |
INFO.getLinkTo() |
java.util.ArrayList<FormID> |
NPC_.getSpells() |
java.util.ArrayList<FormID> |
RACE.getSpells() |
Modifier and Type | Method and Description |
---|---|
void |
ARMA.addAdditionalRace(FormID addRace)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
NPC_.addAIPackage(FormID aiPackageReference)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
ARMO.addArmature(FormID id)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
DLVW.addBranch(FormID dialogBranch)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
LeveledRecord.addEntry(FormID id,
int level,
int count)
Adds an entry with the actor, level, and count provided.
|
void |
RACE.addEquipSlot(FormID in)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
RACE.addFaceDetailsTexture(Gender g,
FormID id)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
NPC_.addFaction(FormID factionRef,
int rank)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
FLST.addFormEntry(FormID entry)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
FLST.addFormEntryAtIndex(FormID entry,
int i)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
HDPT.addHeadPart(FormID id)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
NPC_.addHeadPart(FormID pnam)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
COBJ.addIngredient(FormID itemReference,
int count)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
OTFT.addInventoryItem(FormID item) |
boolean |
CONT.addItem(FormID itemReference,
int count)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
NPC_.addItem(FormID itemReference,
int count) |
void |
KeywordSet.addKeywordRef(FormID keywordRef)
Adds a keyword to the list
|
void |
INFO.addLinkTo(FormID id)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
NPC_.addPerk(FormID perkRef,
int rank)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
NPC_.addSpell(FormID spellReference)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
RACE.addSpell(FormID spell)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
GRUP.contains(FormID id) |
boolean |
Mod.contains(FormID id) |
MajorRecord |
GRUP.get(FormID id) |
static MajorRecord |
SPDatabase.getMajor(FormID query)
Querys the Global Database and returns the first record that matches the
FormID.
|
MajorRecord |
Mod.getMajor(FormID query,
GRUP_TYPE... grup_types) |
static MajorRecord |
SPDatabase.getMajor(FormID query,
GRUP_TYPE... grup_types)
Querys the Global Database and returns the first record that matches the
FormID.
|
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.
|
static boolean |
SPDatabase.queryMajor(FormID query)
Querys the Global Database and returns whether the FormID exists.
NOTE: it is recommended you use the version that only searches in specific GRUPs for speed reasons. |
static boolean |
SPGlobal.queryMajor(FormID query)
Querys the Global Database and returns whether the FormID exists.
NOTE: it is recommended you use the version that only searches in specific GRUPs for speed reasons. |
static boolean |
SPDatabase.queryMajor(FormID query,
GRUP_TYPE... grup_types)
Querys the Global Database and returns whether the FormID exists.
|
static boolean |
SPGlobal.queryMajor(FormID query,
GRUP_TYPE... grup_types)
Querys the Global Database and returns whether the FormID exists.
|
void |
Mod.remove(FormID id) |
void |
ARMA.removeAdditionalRace(FormID addRace)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
NPC_.removeAIPackage(FormID aiPackageReference)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
LeveledRecord.removeAllEntries(FormID id) |
void |
ARMO.removeArmature(FormID id)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
DLVW.removeBranch(FormID dialogBranch)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
RACE.removeEquipSlot(FormID in)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
RACE.removeFaceDetailsTexture(Gender g,
FormID id)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
NPC_.removeFaction(FormID factionRef)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
LeveledRecord.removeFirstEntry(FormID id) |
void |
FLST.removeFormEntry(FormID entry)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
HDPT.removeHeadPart(FormID id)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
NPC_.removeHeadPart(FormID pnam)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
COBJ.removeIngredient(FormID itemReference)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
OTFT.removeInventoryItem(FormID item) |
boolean |
CONT.removeItem(FormID itemReference)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
NPC_.removeItem(FormID itemReference)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
KeywordSet.removeKeywordRef(FormID keywordRef)
Removes a keyword to the list
|
void |
INFO.removeLinkTo(FormID id)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
NPC_.removePerk(FormID perkRef)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
boolean |
GRUP.removeRecord(FormID id)
Removes a record from the GRUP.
|
boolean |
NPC_.removeSpell(FormID spellReference)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
void |
RACE.removeSpell(FormID spell)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
static int |
NiftyFunc.replaceAll(java.util.ArrayList<FormID> src,
FormID target,
FormID... with)
Replaces formIDs in arraylist.
|
static int |
NiftyFunc.replaceAll(java.util.ArrayList<FormID> src,
FormID target,
FormID... with)
Replaces formIDs in arraylist.
|
void |
ALCH.setAddiction(FormID addiction) |
void |
RACE.setArmorRace(FormID race) |
void |
NPC_.setAttackDataRace(FormID attackRaceRef) |
void |
RACE.setAttackRace(FormID id) |
void |
RACE.AttackData.setAttackSpell(FormID spell) |
void |
RACE.AttackData.setAttackType(FormID id) |
void |
INFO.setAudioOverride(FormID id) |
void |
NPC_.setAudioTemplate(FormID audioTemplateRef) |
void |
ENCH.setBaseEnchantment(FormID id) |
void |
HDPT.setBaseTexture(FormID txst) |
void |
ARMO.setBashImpactData(FormID set) |
void |
COBJ.setBenchKeywordFormID(FormID form) |
void |
WEAP.setBoundWeaponSound(FormID id) |
void |
DIAL.setBranch(FormID branch) |
void |
MGEF.setCastingArt(FormID art) |
void |
RACE.setCloseLootSound(FormID id) |
void |
CONT.setCloseSound(FormID sound) |
void |
NPC_.setCombatOverride(FormID list) |
void |
NPC_.setCombatStyle(FormID combatRef) |
void |
NPC_.setCrimeFaction(FormID crimeFactionRef) |
void |
WEAP.setCritEffect(FormID critEffect) |
void |
NPC_.setDeathItem(FormID deathItemRef)
The item to be added to the NPC's inventory upon death.
|
void |
PROJ.setDecalData(FormID decal) |
void |
RACE.setDecapHeadPart(Gender gender,
FormID part) |
void |
RACE.setDecapitationFX(FormID id) |
void |
RACE.setDefaultFaceTexture(Gender g,
FormID id) |
void |
NPC_.setDefaultOutfit(FormID defaultOutfitRef) |
void |
NPC_.setDefaultPackageList(FormID list) |
void |
PROJ.setDefaultWeaponSource(FormID weaponSource) |
void |
PROJ.setDisableSound(FormID sound) |
void |
WEAP.setDrawSound(FormID id) |
void |
ALCH.setDropSound(FormID dropSound) |
void |
AMMO.setDropSound(FormID sound) |
void |
ARMO.setDropSound(FormID sound) |
void |
BOOK.setDropSound(FormID sound) |
void |
INGR.setDropSound(FormID dropSound) |
void |
MISC.setDropSound(FormID sound) |
void |
MGEF.setDualCast(FormID id) |
void |
MGEF.setEnchantArt(FormID art) |
void |
ARMO.setEnchantment(FormID id) |
void |
WEAP.setEnchantment(FormID id) |
void |
MGEF.setEnchantShader(FormID enchantShader) |
void |
MGEF.setEquipAbility(FormID id) |
void |
WEAP.setEquipmentSlot(FormID id) |
void |
ARMO.setEquipSlot(FormID slot) |
void |
SPEL.setEquipSlot(FormID equipType) |
void |
ALCH.setEquipType(FormID equipType) |
void |
INGR.setEquipType(FormID equipType) |
void |
MGEF.setExplosion(FormID id) |
void |
PROJ.setExplosionSound(FormID sound) |
void |
PROJ.setExplosionType(FormID explType) |
void |
NPC_.setFarAwayModelSkin(FormID id) |
void |
NPC_.setFeatureSet(FormID headPartsRef) |
void |
WEAP.setFirstPersonModel(FormID id) |
void |
ARMA.setFootstepSound(FormID footstep) |
void |
ItemListing.setForm(FormID id) |
void |
LeveledEntry.setForm(FormID id) |
void |
MajorRecord.setForm(FormID in)
Sets the FormID of the Major Record.
|
void |
SubFormInt.setForm(FormID id) |
void |
NPC_.setGiftFilter(FormID id) |
void |
LVLI.setGlobalForm(FormID id) |
void |
NPC_.setGuardWornOverride(FormID list) |
void |
NPC_.setHairColor(FormID hairColorRef) |
void |
RACE.setHairColor(Gender gender,
FormID color) |
void |
MGEF.setHitEffectArt(FormID art) |
void |
MGEF.setHitShader(FormID hitShader) |
void |
INFO.Response.setIdleAnimListener(FormID id) |
void |
INFO.Response.setIdleAnimSpeaker(FormID id) |
void |
MGEF.setImageSpaceMod(FormID id) |
void |
MGEF.setImpactData(FormID data) |
void |
RACE.setImpactDataSet(FormID id) |
void |
WEAP.setImpactSet(FormID id) |
void |
BOOK.setInventoryArt(FormID id) |
void |
SPEL.setInventoryModel(FormID invModel) |
void |
MGEF.setLight(FormID light) |
void |
PROJ.setLight(FormID light) |
void |
ECZN.setLocation(FormID location) |
void |
MagicEffectRef.setMagicRef(FormID magicRef) |
void |
STAT.setMaterial(FormID id) |
void |
RACE.setMaterialType(FormID id) |
void |
RACE.setMorphRace(FormID race) |
void |
PROJ.setMuzzleLight(FormID light) |
void |
PERK.setNextPerk(FormID perk) |
void |
QUST.QuestLogEntry.setNextQuest(FormID id) |
void |
NPC_.setNPCClass(FormID classReference) |
void |
NPC_.setObserveDeadOverride(FormID list) |
void |
RACE.setOpenLootSound(FormID id) |
void |
CONT.setOpenSound(FormID sound) |
void |
ECZN.setOwner(FormID owner) |
void |
AVIF.PerkReference.setPerk(FormID id) |
void |
MGEF.setPerk(FormID id) |
void |
SPEL.setPerkRef(FormID perkRef) |
void |
ALCH.setPickupSound(FormID pickupSound) |
void |
AMMO.setPickupSound(FormID sound) |
void |
ARMO.setPickupSound(FormID sound) |
void |
BOOK.setPickupSound(FormID sound) |
void |
INGR.setPickupSound(FormID pickupSound) |
void |
MISC.setPickupSound(FormID sound) |
void |
INFO.setPreviousINFO(FormID id) |
void |
AMMO.setProjectile(FormID projectile) |
void |
MGEF.setProjectile(FormID id) |
void |
ScriptRef.setProperty(java.lang.String propertyName,
FormID... formProperty)
Adds a FormID array property to the script, checks for duplicates.
|
void |
ScriptRef.setProperty(java.lang.String propertyName,
FormID idProperty)
Adds a FormID property to the script, checks for duplicates.
|
void |
DIAL.setQuest(FormID quest) |
void |
DLBR.setQuest(FormID quest) |
void |
DLVW.setQuest(FormID quest) |
void |
ARMA.setRace(FormID race) |
void |
ARMO.setRace(FormID race) |
void |
NPC_.setRace(FormID raceRef) |
void |
Condition.setReference(FormID id) |
void |
MGEF.setRelatedID(FormID id) |
void |
HDPT.setResourceList(FormID id) |
void |
INFO.setResponseData(FormID id) |
void |
COBJ.setResultFormID(FormID form) |
void |
WEAP.setSheathSound(FormID id) |
void |
AVIF.PerkReference.setSkill(FormID skill) |
void |
NPC_.setSkin(FormID wornArmorRef) |
void |
ARMA.setSkinSwap(FormID swapList,
Gender gender) |
void |
ARMA.setSkinTexture(FormID skin,
Gender gender) |
void |
NPC_.setSleepingOutfit(FormID sleepingOutfitRef) |
void |
NPC_.SoundPair.setSound(FormID sound) |
void |
PROJ.setSound(FormID sound) |
void |
INFO.setSpeaker(FormID id) |
void |
NPC_.setSpectatorOverride(FormID list) |
void |
DLBR.setStartingTopic(FormID dialog) |
void |
WEAP.setSwingSound(FormID id) |
void |
BOOK.setTeachesSpell(FormID spell) |
void |
ARMO.setTemplate(FormID template) |
void |
NPC_.setTemplate(FormID templateRef) |
void |
WEAP.setTemplate(FormID weap) |
void |
AltTextures.AltTexture.setTexture(FormID txst) |
void |
INFO.setTopic(FormID id) |
void |
RACE.setUnarmedEquipSlot(FormID id) |
void |
QUST.Alias.setUniqueActor(FormID id) |
void |
QUST.AliasReference.setUniqueActor(FormID id) |
void |
ALCH.setUseSound(FormID useSound) |
void |
Condition.setValue(FormID id) |
void |
NPC_.setVoiceType(FormID voiceTypeRef)
The voice type of the NPC.
|
void |
RACE.setVoiceType(Gender gender,
FormID voice) |
void |
INFO.setWalkAwayTopic(FormID id) |
void |
RACE.setWornArmor(FormID id) |
void |
ENCH.setWornRestrictions(FormID id) |
void |
NPC_.templateTo(FormID npc,
NPC_.TemplateFlag... flags)
Takes in another NPC, and assumes all the information associated with the
input flags.
|
Modifier and Type | Method and Description |
---|---|
void |
FLST.addAll(java.util.Collection<FormID> entries)
Deprecated.
modifying the ArrayList will now directly affect the record.
|
static int |
NiftyFunc.replaceAll(java.util.ArrayList<FormID> src,
FormID target,
FormID... with)
Replaces formIDs in arraylist.
|
Constructor and Description |
---|
AltTextures.AltTexture(java.lang.String name,
FormID txst,
int index)
Creates a new AltTexture, which can be added to the ARMA to give it
an alternate texture.
|
Condition(Condition.P_CastingSource_FormID function,
CastingSource source,
FormID id)
Condition ctor for functions with a CastingSource and FormID parameter.
|
Condition(Condition.P_FormID_Axis function,
FormID id,
Axis a) |
Condition(Condition.P_FormID_CastingSource function,
FormID id,
CastingSource source)
Condition ctor for functions with FormID and CastingSource parameters.
|
Condition(Condition.P_FormID_CrimeType function,
FormID id,
CrimeType c)
Condition ctor for functions with a FormID and CrimeType parameter.
|
Condition(Condition.P_FormID_Float function,
FormID id,
float f)
Condition ctor for functions with a FormID and Float parameter.
|
Condition(Condition.P_FormID_FormID function,
FormID id1,
FormID id2)
Condition ctor for functions with two FormID parameters.
|
Condition(Condition.P_FormID_Int function,
FormID id,
int i)
Condition ctor for functions with FormID and Int parameters.
|
Condition(Condition.P_FormID_String function,
FormID id,
java.lang.String s) |
Condition(Condition.P_FormID function,
FormID id)
Condition ctor for functions with a single FormID parameter.
|
Condition(Condition.P_Int_FormID_Int function,
int i1,
FormID id,
int i2)
Condition ctor for functions with Int, FormID, Int parameters.
|
Condition(Condition.P_Int_FormID function,
int i1,
FormID id)
Condition ctor for functions with an Int and FormID parameter.
|
FormID(FormID in)
Copy constructor.
|
ItemListing(FormID id) |
ItemListing(FormID id,
int count) |
LeveledEntry(FormID id,
int level,
int count) |
MagicEffectRef(FormID magicEffectRef) |
NPC_.SoundPair(FormID sound,
int chance) |
Modifier and Type | Method and Description |
---|---|
FormID[] |
LFormIDPicker.getValue() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FormID> |
LFormIDPicker.getPickedIDs() |
Modifier and Type | Method and Description |
---|---|
void |
LFormIDPicker.addForm(FormID id) |
void |
LFormIDPicker.load(FormID[] ids) |
Modifier and Type | Method and Description |
---|---|
void |
LFormIDPicker.load(java.util.ArrayList<FormID> ids) |