Updated SKSE scripts to 2.3.1
This commit is contained in:
parent
b5ccf39c9e
commit
3c10af0104
BIN
scripts/Game.pex
BIN
scripts/Game.pex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
scripts/ammo.pex
BIN
scripts/ammo.pex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
scripts/art.pex
BIN
scripts/art.pex
Binary file not shown.
BIN
scripts/book.pex
BIN
scripts/book.pex
Binary file not shown.
Binary file not shown.
BIN
scripts/cell.pex
BIN
scripts/cell.pex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
scripts/form.pex
BIN
scripts/form.pex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
scripts/math.pex
BIN
scripts/math.pex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
scripts/perk.pex
BIN
scripts/perk.pex
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
scripts/race.pex
BIN
scripts/race.pex
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
scripts/skse.pex
BIN
scripts/skse.pex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
scripts/ui.pex
BIN
scripts/ui.pex
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -266,7 +266,7 @@ Function UnlockWord(WordOfPower akWord) native global
|
||||
bool Function UsingGamepad() native global
|
||||
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; Get/Set Perk Points
|
||||
int Function GetPerkPoints() global native
|
||||
Function SetPerkPoints(int perkPoints) global native
|
||||
@ -456,5 +456,6 @@ Function SetPlayerLevel(int level) global native
|
||||
|
||||
bool Function UnlockAchievement(string name) global
|
||||
{ Added by Enderal - Forgotten Stories. Moved to Steam.pex as of 2.0.12, keeping it here in case some older mod calls it. }
|
||||
Debug.Notification("Outdated mod detected: Game.UnlockAchievement() will be removed soon.")
|
||||
return Steam.UnlockAchievement(name)
|
||||
EndFunction
|
||||
|
||||
@ -358,7 +358,7 @@ Event OnVampirismStateChanged(bool abIsVampire)
|
||||
EndEvent
|
||||
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; Additional useful effect information
|
||||
float Function GetDuration() native
|
||||
float Function GetTimeElapsed() native
|
||||
|
||||
@ -860,7 +860,7 @@ Function ForceTargetAngle(float afXAngle = 0.0, float afYAngle = 0.0, float afZA
|
||||
Function ClearForcedMovement() native
|
||||
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; returns the form for the item worn at the specified slotMask
|
||||
; use Armor.GetMaskForSlot() to generate appropriate slotMask
|
||||
Form Function GetWornForm(int slotMask) native
|
||||
|
||||
@ -43,7 +43,7 @@ Function SetProtected(bool abProtected = true) native
|
||||
Function SetOutfit( Outfit akOutfit, bool abSleepOutfit = false ) native
|
||||
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; get/set the CombatStyle of the actor
|
||||
CombatStyle Function GetCombatStyle() native
|
||||
Function SetCombatStyle(CombatStyle cs) native
|
||||
|
||||
@ -109,7 +109,7 @@ EndEvent
|
||||
Event OnUpdateGameTime()
|
||||
EndEvent
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; return the name of the alias
|
||||
string Function GetName() native
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Scriptname Ammo extends Form Hidden
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
|
||||
; Returns whether this ammo is a bolt
|
||||
bool Function IsBolt() native
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Scriptname Apparatus extends MiscObject Hidden
|
||||
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
|
||||
int Function GetQuality() native
|
||||
Function SetQuality(int quality) native
|
||||
@ -3,7 +3,7 @@ Scriptname Armor extends Form Hidden
|
||||
; Returns the "warmth rating" for this armor
|
||||
float Function GetWarmthRating() native
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
int Function GetArmorRating() native
|
||||
int Function GetAR()
|
||||
return GetArmorRating()
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Scriptname Book Extends Form Hidden
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; Returns the spell that this book teaches
|
||||
Spell Function GetSpell() native
|
||||
Int Function GetSkill() native
|
||||
|
||||
@ -34,7 +34,7 @@ Function SetFogPower(float afPower) native
|
||||
; Sets this cell as public or private
|
||||
Function SetPublic(bool abPublic = true) native
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; Returns the number of refs in the cell
|
||||
int Function GetNumRefs(int formTypeFilter = 0) native
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Scriptname ConstructibleObject extends MiscObject Hidden
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
|
||||
; Gets/Sets the result of this recipe
|
||||
Form Function GetResult() native
|
||||
|
||||
@ -3,7 +3,7 @@ Scriptname Enchantment extends Form Hidden
|
||||
; Is this enchantment classified as hostile?
|
||||
bool Function IsHostile() native
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; return the number of the effects
|
||||
int Function GetNumEffects() native
|
||||
|
||||
|
||||
@ -74,7 +74,7 @@ Function SetPlayerExpelled(bool abIsExpelled = true) native
|
||||
; Sets this faction's reaction towards the other
|
||||
Function SetReaction(Faction akOther, int aiNewValue) native
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
|
||||
int property kFaction_HiddenFromNPC = 0x00000001 AutoReadOnly
|
||||
int property kFaction_SpecialCombat = 0x00000002 AutoReadOnly
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Scriptname Flora extends Activator Hidden
|
||||
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
SoundDescriptor Function GetHarvestSound() native
|
||||
Function SetHarvestSound(SoundDescriptor akSoundDescriptor) native
|
||||
|
||||
|
||||
@ -118,7 +118,7 @@ EndEvent
|
||||
Event OnUpdateGameTime()
|
||||
EndEvent
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
|
||||
; Returns the typecode for this form object
|
||||
Int Function GetType() native
|
||||
|
||||
@ -23,7 +23,7 @@ Function RemoveAddedForm(Form apForm) native
|
||||
Function Revert() native
|
||||
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; Returns a Form array of this list (Invalid entries will be None)
|
||||
Form[] Function ToArray() native
|
||||
|
||||
|
||||
@ -12,7 +12,7 @@ int Function LearnNextEffect() native
|
||||
; Flags the all effects as known by the player
|
||||
Function LearnAllEffects() native
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; return the number of the effects
|
||||
int Function GetNumEffects() native
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ Function SendStoryEvent(Location akLoc = None, ObjectReference akRef1 = None, Ob
|
||||
bool Function SendStoryEventAndWait(Location akLoc = None, ObjectReference akRef1 = None, ObjectReference akRef2 = None, \
|
||||
int aiValue1 = 0, int aiValue2 = 0) native
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; return the keyword with the specified key
|
||||
Keyword Function GetKeyword(string key) global native
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ Function AddForm(Form apForm, int aiLevel) native
|
||||
; Removes all script added forms from this leveled list
|
||||
Function Revert() native
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
int Function GetNumForms() native
|
||||
Form Function GetNthForm(int n) native
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ Function AddForm(Form apForm, int aiLevel, int aiCount) native
|
||||
; Removes all script added forms from this leveled list
|
||||
Function Revert() native
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
int function GetChanceNone() native
|
||||
Function SetChanceNone(int chance) native
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ Function AddForm(Form apForm, int aiLevel) native
|
||||
; Removes all script added forms from this leveled list
|
||||
Function Revert() native
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
int function GetChanceNone() native
|
||||
Function SetChanceNone(int chance) native
|
||||
|
||||
|
||||
@ -48,5 +48,5 @@ Function SetKeywordData(Keyword akKeyword, float afData) native
|
||||
; Sets this location as cleared or not
|
||||
Function SetCleared(bool abCleared = true) native
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
Location Function GetParent() native
|
||||
@ -2,7 +2,7 @@ Scriptname MagicEffect extends Form Hidden
|
||||
; Get the Associated Skill for this MagicEffect
|
||||
string Function GetAssociatedSkill() native
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
Function SetAssociatedSkill(string skill) native
|
||||
|
||||
string Function GetResistance() native
|
||||
|
||||
@ -39,7 +39,7 @@ float Function sqrt(float afValue) global native
|
||||
; Calculates the tangent of the passed in value (in degrees)
|
||||
float Function tan(float afValue) global native
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
int Function LeftShift(int value, int shiftBy) global native
|
||||
int Function RightShift(int value, int shiftBy) global native
|
||||
int Function LogicalAnd(int arg1, int arg2) global native
|
||||
|
||||
@ -158,6 +158,9 @@ Function AddItem(Form akItemToAdd, int aiCount = 1, bool abSilent = false) nativ
|
||||
; Adds this reference (which is a map marker) to the map, optionally making it available for fast travel
|
||||
Function AddToMap(bool abAllowFastTravel = false) native
|
||||
|
||||
; For Containers only. Sets whether or not to allow stolen items to appear in the menu.
|
||||
Function SetContainerAllowStolenItems(bool setAllowStolenItems) native
|
||||
|
||||
; Apply an impulse to this reference
|
||||
Function ApplyHavokImpulse(float afX, float afY, float afZ, float afMagnitude) native
|
||||
|
||||
@ -214,6 +217,9 @@ Function ForceRemoveRagdollFromWorld() native
|
||||
; Gets the actor that owns this object (or None if not owned by an Actor)
|
||||
ActorBase Function GetActorOwner() native
|
||||
|
||||
; Gets the number of items in a container/invetory
|
||||
int Function GetAllItemsCount() native
|
||||
|
||||
; Get the current X angle of this object
|
||||
float Function GetAngleX() native
|
||||
|
||||
@ -402,6 +408,9 @@ bool Function IsActivationBlocked() native
|
||||
; Returns if the 3d for this object is loaded or not
|
||||
bool Function Is3DLoaded() native
|
||||
|
||||
; Returns if the container/inventory is empty
|
||||
bool Function IsContainerEmpty() native
|
||||
|
||||
; Is this object currently flagged for delete?
|
||||
bool Function IsDeleted() native
|
||||
|
||||
@ -497,6 +506,9 @@ Function RemoveAllInventoryEventFilters() native
|
||||
; Removes all items from this container, transferring it to the other object if passed
|
||||
Function RemoveAllItems(ObjectReference akTransferTo = None, bool abKeepOwnership = false, bool abRemoveQuestItems = false) native
|
||||
|
||||
; Removes all stolen items, transfering it to the other object if passed.
|
||||
Function RemoveAllStolenItems(ObjectReference akTransferTo = None) native
|
||||
|
||||
; Remove an inventory event filter from this reference. Item added/removed events matching the
|
||||
; specified form (or in the specified form list) will no longer be let through.
|
||||
Function RemoveInventoryEventFilter(Form akFilter) native
|
||||
@ -758,14 +770,8 @@ int Property Motion_Fixed = 5 AutoReadOnly
|
||||
int Property Motion_ThinBoxIntertia = 6 AutoReadOnly
|
||||
int Property Motion_Character = 7 AutoReadOnly
|
||||
|
||||
; added in 1.6.1126
|
||||
Bool Function IsContainerEmpty() Native
|
||||
Function RemoveAllStolenItems(ObjectReference akTransferTo) Native
|
||||
Function SetContainerAllowStolenItems(Bool setAllowStolenItems) Native
|
||||
Int Function GetAllItemsCount() Native
|
||||
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
|
||||
; Container-only functions
|
||||
int Function GetNumItems() native
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Scriptname Outfit extends Form Hidden
|
||||
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
|
||||
int Function GetNumParts() native
|
||||
Form Function GetNthPart(int n) native
|
||||
@ -1,7 +1,7 @@
|
||||
Scriptname Perk extends Form Hidden
|
||||
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
Perk Function GetNextPerk() native
|
||||
|
||||
int Function GetNumEntries() native
|
||||
|
||||
@ -3,7 +3,7 @@ Scriptname Potion extends Form
|
||||
; Is this postion classified as hostile?
|
||||
bool Function IsHostile() native
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; Is this potion classified as Food?
|
||||
bool Function IsFood() native
|
||||
|
||||
|
||||
@ -241,7 +241,7 @@ Event OnStoryTrespass(ObjectReference akVictim, ObjectReference akTrespasser, \
|
||||
Location akLocation, int aiCrime)
|
||||
EndEvent
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
|
||||
; returns the quest with the specified editor id
|
||||
Quest Function GetQuest(string editorId) global native
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Scriptname Race extends Form Hidden
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; returns the number of spells for the race
|
||||
int Function GetSpellCount() native
|
||||
|
||||
|
||||
@ -3,7 +3,7 @@ Scriptname Scroll extends Form Hidden
|
||||
; Cast this scroll from an ObjectReference, optionally toward another.
|
||||
Function Cast(ObjectReference akSource, ObjectReference akTarget=NONE) native
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; return the casting time
|
||||
float Function GetCastTime() native
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Scriptname Shout extends Form Hidden
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
WordOfPower Function GetNthWordOfPower(int n) native
|
||||
Spell Function GetNthSpell(int n) native
|
||||
float Function GetNthRecoveryTime(int n) native
|
||||
|
||||
@ -13,7 +13,7 @@ int Function GetVersionRelease() global native
|
||||
; get the release index of this script file.
|
||||
; Can be used to detect a script/runtime version mismatch
|
||||
int Function GetScriptVersionRelease() global
|
||||
return 72
|
||||
return 75
|
||||
endFunction
|
||||
|
||||
; get a plugins version number, -1 if the plugin is not loaded
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Scriptname SoulGem extends MiscObject Hidden
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
|
||||
int Function GetSoulSize() native
|
||||
int Function GetGemSize() native
|
||||
@ -15,5 +15,5 @@ Function SetInstanceVolume(int aiPlaybackInstance, float afVolume) native global
|
||||
|
||||
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
SoundDescriptor Function GetDescriptor() native
|
||||
@ -22,7 +22,7 @@ Function Preload() native
|
||||
Function Unload() native
|
||||
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
; return the casting time
|
||||
float Function GetCastTime() native
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Scriptname TextureSet extends Form Hidden
|
||||
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
|
||||
; Returns the number of texture paths
|
||||
int Function GetNumTexturePaths() native
|
||||
|
||||
@ -58,7 +58,7 @@ int Function GetCurrentBudget(int aiBudgetNumber) native global
|
||||
bool Function OverBudget(int aiBudgetNumber) native global
|
||||
string Function GetBudgetName(int aiBudgetNumber) native global
|
||||
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; SKSE64 additions built 2026-08-27 15:31:27.926000 UTC
|
||||
|
||||
float Function GetINIFloat(string ini) global native
|
||||
int Function GetINIInt(string ini) global native
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user