Updated SKSE scripts to 2.2.6 to update the version returned by SKSE.GetScriptVersionRelease()
This commit is contained in:
parent
e020daae1f
commit
5d7de8400c
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.
@ -358,7 +358,7 @@ Event OnVampirismStateChanged(bool abIsVampire)
|
||||
EndEvent
|
||||
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; return the name of the alias
|
||||
string Function GetName() native
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Scriptname Ammo extends Form Hidden
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
|
||||
; Returns whether this ammo is a bolt
|
||||
bool Function IsBolt() native
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Scriptname Apparatus extends MiscObject Hidden
|
||||
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
int Function GetArmorRating() native
|
||||
int Function GetAR()
|
||||
return GetArmorRating()
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Scriptname Book Extends Form Hidden
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
|
||||
int property kFaction_HiddenFromNPC = 0x00000001 AutoReadOnly
|
||||
int property kFaction_SpecialCombat = 0x00000002 AutoReadOnly
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Scriptname Flora extends Activator Hidden
|
||||
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
SoundDescriptor Function GetHarvestSound() native
|
||||
Function SetHarvestSound(SoundDescriptor akSoundDescriptor) native
|
||||
|
||||
|
||||
@ -118,7 +118,7 @@ EndEvent
|
||||
Event OnUpdateGameTime()
|
||||
EndEvent
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
|
||||
; Returns the typecode for this form object
|
||||
Int Function GetType() native
|
||||
|
||||
@ -23,7 +23,7 @@ Function RemoveAddedForm(Form apForm) native
|
||||
Function Revert() native
|
||||
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
@ -765,7 +765,7 @@ Function SetContainerAllowStolenItems(Bool setAllowStolenItems) Native
|
||||
Int Function GetAllItemsCount() Native
|
||||
|
||||
|
||||
; SKSE64 additions built 2023-11-30 02:04:35.605000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
|
||||
; Container-only functions
|
||||
int Function GetNumItems() native
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Scriptname Outfit extends Form Hidden
|
||||
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
|
||||
int Function GetNumParts() native
|
||||
Form Function GetNthPart(int n) native
|
||||
@ -1,7 +1,7 @@
|
||||
Scriptname Perk extends Form Hidden
|
||||
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; return the casting time
|
||||
float Function GetCastTime() native
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Scriptname Shout extends Form Hidden
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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 65
|
||||
return 72
|
||||
endFunction
|
||||
|
||||
; get a plugins version number, -1 if the plugin is not loaded
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
Scriptname SoulGem extends MiscObject Hidden
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
|
||||
int Function GetSoulSize() native
|
||||
int Function GetGemSize() native
|
||||
@ -15,5 +15,5 @@ Function SetInstanceVolume(int aiPlaybackInstance, float afVolume) native global
|
||||
|
||||
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
SoundDescriptor Function GetDescriptor() native
|
||||
@ -22,7 +22,7 @@ Function Preload() native
|
||||
Function Unload() native
|
||||
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
; return the casting time
|
||||
float Function GetCastTime() native
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
Scriptname TextureSet extends Form Hidden
|
||||
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 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
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
|
||||
float Function GetINIFloat(string ini) global native
|
||||
int Function GetINIInt(string ini) global native
|
||||
|
||||
@ -4,7 +4,7 @@ Scriptname Weapon extends Form Hidden
|
||||
Function Fire(ObjectReference akSource, Ammo akAmmo = None) native
|
||||
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
|
||||
int Function GetBaseDamage() native
|
||||
Function SetBaseDamage(int damage) native
|
||||
|
||||
@ -40,7 +40,7 @@ float function GetCurrentWeatherTransition() native global
|
||||
; 3 - Full sky (SM_FULL)
|
||||
int function GetSkyMode() native global
|
||||
|
||||
; SKSE 64 additions built 2020-07-29 17:24:48.495000 UTC
|
||||
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
||||
|
||||
; Returns the sun glare percentage
|
||||
float Function GetSunGlare() native
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user