- activeMod() - Method in class skyproc.SPImporter.DirtyParsingIterator
-
- ActorValue - Enum in skyproc.genenums
-
A list of values commonly used by Skyrim for various purposes.
- add(Component) - Method in class skyproc.gui.SPDefaultGUI
-
- Add(Component) - Method in class skyproc.gui.SPSettingPanel
-
Adds a non-setting component to the panel and adds it to the components
list.
- add(Component) - Method in class skyproc.gui.SUMGUI
-
- add(Mod) - Static method in class skyproc.SPDatabase
-
Adds a mod to the database.
- add(Set<Mod>) - Static method in class skyproc.SPDatabase
-
Adds a set of mods to the database.
- addAdditionalRace(FormID) - Method in class skyproc.ARMA
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addAIPackage(FormID) - Method in class skyproc.NPC_
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addAlias(QUST.Alias) - Method in class skyproc.QUST
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addAll(Collection<FormID>) - Method in class skyproc.FLST
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addArmature(FormID) - Method in class skyproc.ARMO
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addAsOverrides(Mod, GRUP_TYPE...) - Method in class skyproc.Mod
-
This function will merge all GRUPs from the rhs mod into the calling
mod.
Any records already in the mod will be overwritten by the
version from rhs.
NOTE: Merging will NOT add records from a mod
with a matching ModListing.
- addAsOverrides(ArrayList<Mod>, GRUP_TYPE...) - Method in class skyproc.Mod
-
Iterates through each mod in the ArrayList, in order, and merges them in
one by one.
This means any conflicting records within the list will
end up with the last mod's version.
NOTE: Merging will NOT add
records from a mod with a matching ModListing.
- addAsOverrides(Collection<Mod>, GRUP_TYPE...) - Method in class skyproc.Mod
-
NOTE: To sort the mods in load order, use a TreeSet.
Iterates through
each mod in the Set and merges them in one by one.
This means any
conflicting records within the set will end up with the last mod's
version.
NOTE: Merging will NOT add records from a mod with a
matching ModListing.
- addAsOverrides(SPDatabase, GRUP_TYPE...) - Method in class skyproc.Mod
-
Iterates through each mod in the SPDatabase, in load order, and merges
them in one by one.
This means any conflicting records within the
database will end up with the last mod's version.
NOTE: Merging
will NOT add records from a mod with a matching ModListing.
- addAttackData(RACE.AttackData) - Method in class skyproc.RACE
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addBranch(FormID) - Method in class skyproc.DLVW
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addCondition(Condition) - Method in class skyproc.COBJ
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addCondition(Condition) - Method in class skyproc.INFO
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addCondition(Condition) - Method in class skyproc.INFO.Response
-
Deprecated.
modifying the ArrayList will now directly affect the
record.
- addCondition(Condition) - Method in class skyproc.MagicEffectRef
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addCondition(Condition) - Method in class skyproc.MGEF
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addCondition(Condition) - Method in class skyproc.PERK
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addCondition(Condition) - Method in class skyproc.QUST
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addCondition(Condition) - Method in class skyproc.QUST.QuestLogEntry
-
Deprecated.
modifying the ArrayList will now directly affect the
record.
- addCondition(Condition) - Method in class skyproc.QUST.QuestTarget
-
Deprecated.
modifying the ArrayList will now directly affect the
record.
- addEnterButton(String, ActionListener) - Method in class skyproc.gui.SPList
-
- addEntry(LeveledEntry) - Method in class skyproc.LeveledRecord
-
Adds the desired entry to the LVLN.
- addEntry(FormID, int, int) - Method in class skyproc.LeveledRecord
-
Adds an entry with the actor, level, and count provided.
- addEquipSlot(FormID) - Method in class skyproc.RACE
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addFaceDetailsTexture(Gender, FormID) - Method in class skyproc.RACE
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addFaction(FormID, int) - Method in class skyproc.NPC_
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addForm(FormID) - Method in class skyproc.gui.LFormIDPicker
-
- addFormEntry(FormID) - Method in class skyproc.FLST
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addFormEntryAtIndex(FormID, int) - Method in class skyproc.FLST
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addHeadPart(FormID) - Method in class skyproc.HDPT
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addHeadPart(FormID) - Method in class skyproc.NPC_
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addHelpHandler(boolean) - Method in class skyproc.gui.LFormIDPicker
-
- addIngredient(FormID, int) - Method in class skyproc.COBJ
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addInventoryItem(FormID) - Method in class skyproc.OTFT
-
- addItem(FormID, int) - Method in class skyproc.CONT
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addItem(ItemListing) - Method in class skyproc.CONT
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addItem(FormID, int) - Method in class skyproc.NPC_
-
- addItem(ItemListing) - Method in class skyproc.NPC_
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addKeywordRef(FormID) - Method in class skyproc.KeywordSet
-
Adds a keyword to the list
- addLinkTo(FormID) - Method in class skyproc.INFO
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addLogEntry(QUST.QuestLogEntry) - Method in class skyproc.QUST.QuestStage
-
Deprecated.
modifying the ArrayList will now directly affect the
record.
- addLogo(URL) - Method in class skyproc.gui.SPMainMenuPanel
-
Adds the desired logo to the top portion of the main menu.
- addLogo(URL) - Method in class skyproc.gui.SPProgressBarFrame
-
- addMagicEffect(MagicEffectRef) - Method in class skyproc.MagicItem
-
- addMagicEffect(MGEF) - Method in class skyproc.MagicItem
-
- addMenu(SPSettingPanel, boolean, LSaveFile, Enum) - Method in class skyproc.gui.SPMainMenuPanel
-
Hooks together a SPSettingPanel to the main menu, and adds a GUI listing
on the main menu.
- addMenu(SPSettingPanel, Color, boolean, LSaveFile, Enum) - Method in class skyproc.gui.SPMainMenuPanel
-
Hooks together a SPSettingPanel to the main menu, and adds a GUI listing
on the main menu.
- addMenu(SPSettingPanel) - Method in class skyproc.gui.SPMainMenuPanel
-
Hooks together a SPSettingPanel to the main menu, and adds a GUI listing
on the main menu.
- addModToSkip(ModListing) - Static method in class skyproc.SPGlobal
-
- addModToSkip(String) - Static method in class skyproc.SPGlobal
-
- addModToWhiteList(ModListing) - Static method in class skyproc.SPGlobal
-
Adds a mod to the white list.
- addModToWhiteList(String) - Static method in class skyproc.SPGlobal
-
Adds a mod to the white list.
- addMouseListener(MouseListener) - Method in class skyproc.gui.SPList
-
- addMovementTypeName(String) - Method in class skyproc.RACE
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addObjective(QUST.QuestObjective) - Method in class skyproc.QUST
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addPerk(FormID, int) - Method in class skyproc.NPC_
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addPointer(int) - Method in class skyproc.AVIF.PerkReference
-
Deprecated.
modifying the ArrayList will now directly
affect the record.
- addPointer(AVIF.PerkReference) - Method in class skyproc.AVIF.PerkReference
-
- addProgressBar(LProgressBarInterface) - Static method in class skyproc.gui.SPProgressBarPlug
-
Adds a progress bar to the list of bars to be updated with SkyProc
import/export data.
- addQuestStage(QUST.QuestStage) - Method in class skyproc.QUST
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addRecord(T) - Method in class skyproc.GRUP
-
Adds a record to the group, and does the following: 1) Standardizes the
record's FormIDs to the database the GRUP is contained in.
- addRecord(MajorRecord) - Method in class skyproc.Mod
-
This function requires there to be a GlobalDB set, as it adds the
necessary masters from it.
- addScript(String) - Method in class skyproc.ScriptPackage
-
- addScript(ScriptRef) - Method in class skyproc.ScriptPackage
-
Adds the script reference to the package.
- AddSetting(LUserSetting) - Method in class skyproc.gui.SPSettingPanel
-
Adds a non-setting component to the panel and adds it to the settings AND
components list.
- addSoundPackage(NPC_.SoundPackage) - Method in class skyproc.NPC_
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addSoundPair(NPC_.SoundPair) - Method in class skyproc.NPC_.SoundPackage
-
Deprecated.
modifying the ArrayList will now directly affect the
record.
- addSpell(FormID) - Method in class skyproc.NPC_
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addSpell(FormID) - Method in class skyproc.RACE
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addStage(QUST.QuestStage) - Method in class skyproc.QUST
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addTarget(QUST.QuestTarget) - Method in class skyproc.QUST.QuestObjective
-
Deprecated.
modifying the ArrayList will now directly affect the
record.
- addTinting(NPC_.TintLayer) - Method in class skyproc.NPC_
-
Deprecated.
modifying the ArrayList will now directly affect the record.
- addUpdateHandlers() - Method in class skyproc.gui.LFormIDPicker
-
- ALCH - Class in skyproc
-
Alchemy Records
- ALCH.ALCHFlag - Enum in skyproc
-
- alignRight() - Method in class skyproc.gui.SPSettingPanel
-
Aligns each component to the right, as you would expect from a word
processor's "align right".
- allocateMoreMemory(String, String, String, String...) - Static method in class skyproc.NiftyFunc
-
A function that starts a new java program with more memory.
- AltTextures - Class in skyproc
-
- AltTextures.AltTexture - Class in skyproc
-
- AltTextures.AltTexture(String, FormID, int) - Constructor for class skyproc.AltTextures.AltTexture
-
Creates a new AltTexture, which can be added to the ARMA to give it
an alternate texture.
- AMMO - Class in skyproc
-
- AMMO.AMMOFlag - Enum in skyproc
-
- ARMA - Class in skyproc
-
Armature records (pieces of armor)
- ARMO - Class in skyproc
-
Armor Records
- ArmorType - Enum in skyproc.genenums
-
An enum holding the different possible armor types.
- AVIF - Class in skyproc
-
Actor value records and perk trees.
- AVIF.PerkReference - Class in skyproc
-
A structure that represents a perk in a perktree
- Axis - Enum in skyproc.genenums
-