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
|
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
|
; Additional useful effect information
|
||||||
float Function GetDuration() native
|
float Function GetDuration() native
|
||||||
float Function GetTimeElapsed() native
|
float Function GetTimeElapsed() native
|
||||||
|
|||||||
@ -860,7 +860,7 @@ Function ForceTargetAngle(float afXAngle = 0.0, float afYAngle = 0.0, float afZA
|
|||||||
Function ClearForcedMovement() native
|
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
|
; returns the form for the item worn at the specified slotMask
|
||||||
; use Armor.GetMaskForSlot() to generate appropriate slotMask
|
; use Armor.GetMaskForSlot() to generate appropriate slotMask
|
||||||
Form Function GetWornForm(int slotMask) native
|
Form Function GetWornForm(int slotMask) native
|
||||||
|
|||||||
@ -43,7 +43,7 @@ Function SetProtected(bool abProtected = true) native
|
|||||||
Function SetOutfit( Outfit akOutfit, bool abSleepOutfit = false ) 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
|
; get/set the CombatStyle of the actor
|
||||||
CombatStyle Function GetCombatStyle() native
|
CombatStyle Function GetCombatStyle() native
|
||||||
Function SetCombatStyle(CombatStyle cs) native
|
Function SetCombatStyle(CombatStyle cs) native
|
||||||
|
|||||||
@ -109,7 +109,7 @@ EndEvent
|
|||||||
Event OnUpdateGameTime()
|
Event OnUpdateGameTime()
|
||||||
EndEvent
|
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
|
; return the name of the alias
|
||||||
string Function GetName() native
|
string Function GetName() native
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Scriptname Ammo extends Form Hidden
|
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
|
; Returns whether this ammo is a bolt
|
||||||
bool Function IsBolt() native
|
bool Function IsBolt() native
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Scriptname Apparatus extends MiscObject Hidden
|
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
|
int Function GetQuality() native
|
||||||
Function SetQuality(int quality) native
|
Function SetQuality(int quality) native
|
||||||
@ -3,7 +3,7 @@ Scriptname Armor extends Form Hidden
|
|||||||
; Returns the "warmth rating" for this armor
|
; Returns the "warmth rating" for this armor
|
||||||
float Function GetWarmthRating() native
|
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 GetArmorRating() native
|
||||||
int Function GetAR()
|
int Function GetAR()
|
||||||
return GetArmorRating()
|
return GetArmorRating()
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Scriptname Book Extends Form Hidden
|
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
|
; Returns the spell that this book teaches
|
||||||
Spell Function GetSpell() native
|
Spell Function GetSpell() native
|
||||||
Int Function GetSkill() native
|
Int Function GetSkill() native
|
||||||
|
|||||||
@ -34,7 +34,7 @@ Function SetFogPower(float afPower) native
|
|||||||
; Sets this cell as public or private
|
; Sets this cell as public or private
|
||||||
Function SetPublic(bool abPublic = true) native
|
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
|
; Returns the number of refs in the cell
|
||||||
int Function GetNumRefs(int formTypeFilter = 0) native
|
int Function GetNumRefs(int formTypeFilter = 0) native
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Scriptname ConstructibleObject extends MiscObject Hidden
|
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
|
; Gets/Sets the result of this recipe
|
||||||
Form Function GetResult() native
|
Form Function GetResult() native
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Scriptname Enchantment extends Form Hidden
|
|||||||
; Is this enchantment classified as hostile?
|
; Is this enchantment classified as hostile?
|
||||||
bool Function IsHostile() native
|
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
|
; return the number of the effects
|
||||||
int Function GetNumEffects() native
|
int Function GetNumEffects() native
|
||||||
|
|
||||||
|
|||||||
@ -74,7 +74,7 @@ Function SetPlayerExpelled(bool abIsExpelled = true) native
|
|||||||
; Sets this faction's reaction towards the other
|
; Sets this faction's reaction towards the other
|
||||||
Function SetReaction(Faction akOther, int aiNewValue) native
|
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_HiddenFromNPC = 0x00000001 AutoReadOnly
|
||||||
int property kFaction_SpecialCombat = 0x00000002 AutoReadOnly
|
int property kFaction_SpecialCombat = 0x00000002 AutoReadOnly
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Scriptname Flora extends Activator Hidden
|
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
|
SoundDescriptor Function GetHarvestSound() native
|
||||||
Function SetHarvestSound(SoundDescriptor akSoundDescriptor) native
|
Function SetHarvestSound(SoundDescriptor akSoundDescriptor) native
|
||||||
|
|
||||||
|
|||||||
@ -118,7 +118,7 @@ EndEvent
|
|||||||
Event OnUpdateGameTime()
|
Event OnUpdateGameTime()
|
||||||
EndEvent
|
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
|
; Returns the typecode for this form object
|
||||||
Int Function GetType() native
|
Int Function GetType() native
|
||||||
|
|||||||
@ -23,7 +23,7 @@ Function RemoveAddedForm(Form apForm) native
|
|||||||
Function Revert() 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)
|
; Returns a Form array of this list (Invalid entries will be None)
|
||||||
Form[] Function ToArray() native
|
Form[] Function ToArray() native
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ int Function LearnNextEffect() native
|
|||||||
; Flags the all effects as known by the player
|
; Flags the all effects as known by the player
|
||||||
Function LearnAllEffects() native
|
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
|
; return the number of the effects
|
||||||
int Function GetNumEffects() native
|
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, \
|
bool Function SendStoryEventAndWait(Location akLoc = None, ObjectReference akRef1 = None, ObjectReference akRef2 = None, \
|
||||||
int aiValue1 = 0, int aiValue2 = 0) native
|
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
|
; return the keyword with the specified key
|
||||||
Keyword Function GetKeyword(string key) global native
|
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
|
; Removes all script added forms from this leveled list
|
||||||
Function Revert() 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
|
||||||
int Function GetNumForms() native
|
int Function GetNumForms() native
|
||||||
Form Function GetNthForm(int n) 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
|
; Removes all script added forms from this leveled list
|
||||||
Function Revert() 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
|
||||||
int function GetChanceNone() native
|
int function GetChanceNone() native
|
||||||
Function SetChanceNone(int chance) 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
|
; Removes all script added forms from this leveled list
|
||||||
Function Revert() 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
|
||||||
int function GetChanceNone() native
|
int function GetChanceNone() native
|
||||||
Function SetChanceNone(int chance) native
|
Function SetChanceNone(int chance) native
|
||||||
|
|
||||||
|
|||||||
@ -48,5 +48,5 @@ Function SetKeywordData(Keyword akKeyword, float afData) native
|
|||||||
; Sets this location as cleared or not
|
; Sets this location as cleared or not
|
||||||
Function SetCleared(bool abCleared = true) native
|
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
|
Location Function GetParent() native
|
||||||
@ -2,7 +2,7 @@ Scriptname MagicEffect extends Form Hidden
|
|||||||
; Get the Associated Skill for this MagicEffect
|
; Get the Associated Skill for this MagicEffect
|
||||||
string Function GetAssociatedSkill() native
|
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
|
Function SetAssociatedSkill(string skill) native
|
||||||
|
|
||||||
string Function GetResistance() 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)
|
; Calculates the tangent of the passed in value (in degrees)
|
||||||
float Function tan(float afValue) global native
|
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 LeftShift(int value, int shiftBy) global native
|
||||||
int Function RightShift(int value, int shiftBy) global native
|
int Function RightShift(int value, int shiftBy) global native
|
||||||
int Function LogicalAnd(int arg1, int arg2) global native
|
int Function LogicalAnd(int arg1, int arg2) global native
|
||||||
|
|||||||
@ -765,7 +765,7 @@ Function SetContainerAllowStolenItems(Bool setAllowStolenItems) Native
|
|||||||
Int Function GetAllItemsCount() 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
|
; Container-only functions
|
||||||
int Function GetNumItems() native
|
int Function GetNumItems() native
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Scriptname Outfit extends Form Hidden
|
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
|
int Function GetNumParts() native
|
||||||
Form Function GetNthPart(int n) native
|
Form Function GetNthPart(int n) native
|
||||||
@ -1,7 +1,7 @@
|
|||||||
Scriptname Perk extends Form Hidden
|
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
|
Perk Function GetNextPerk() native
|
||||||
|
|
||||||
int Function GetNumEntries() native
|
int Function GetNumEntries() native
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Scriptname Potion extends Form
|
|||||||
; Is this postion classified as hostile?
|
; Is this postion classified as hostile?
|
||||||
bool Function IsHostile() native
|
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?
|
; Is this potion classified as Food?
|
||||||
bool Function IsFood() native
|
bool Function IsFood() native
|
||||||
|
|
||||||
|
|||||||
@ -241,7 +241,7 @@ Event OnStoryTrespass(ObjectReference akVictim, ObjectReference akTrespasser, \
|
|||||||
Location akLocation, int aiCrime)
|
Location akLocation, int aiCrime)
|
||||||
EndEvent
|
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
|
; returns the quest with the specified editor id
|
||||||
Quest Function GetQuest(string editorId) global native
|
Quest Function GetQuest(string editorId) global native
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Scriptname Race extends Form Hidden
|
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
|
; returns the number of spells for the race
|
||||||
int Function GetSpellCount() native
|
int Function GetSpellCount() native
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@ Scriptname Scroll extends Form Hidden
|
|||||||
; Cast this scroll from an ObjectReference, optionally toward another.
|
; Cast this scroll from an ObjectReference, optionally toward another.
|
||||||
Function Cast(ObjectReference akSource, ObjectReference akTarget=NONE) native
|
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
|
; return the casting time
|
||||||
float Function GetCastTime() native
|
float Function GetCastTime() native
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Scriptname Shout extends Form Hidden
|
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
|
WordOfPower Function GetNthWordOfPower(int n) native
|
||||||
Spell Function GetNthSpell(int n) native
|
Spell Function GetNthSpell(int n) native
|
||||||
float Function GetNthRecoveryTime(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.
|
; get the release index of this script file.
|
||||||
; Can be used to detect a script/runtime version mismatch
|
; Can be used to detect a script/runtime version mismatch
|
||||||
int Function GetScriptVersionRelease() global
|
int Function GetScriptVersionRelease() global
|
||||||
return 65
|
return 72
|
||||||
endFunction
|
endFunction
|
||||||
|
|
||||||
; get a plugins version number, -1 if the plugin is not loaded
|
; get a plugins version number, -1 if the plugin is not loaded
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
Scriptname SoulGem extends MiscObject Hidden
|
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 GetSoulSize() native
|
||||||
int Function GetGemSize() 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
|
SoundDescriptor Function GetDescriptor() native
|
||||||
@ -22,7 +22,7 @@ Function Preload() native
|
|||||||
Function Unload() 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
|
; return the casting time
|
||||||
float Function GetCastTime() native
|
float Function GetCastTime() native
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
Scriptname TextureSet extends Form Hidden
|
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
|
; Returns the number of texture paths
|
||||||
int Function GetNumTexturePaths() native
|
int Function GetNumTexturePaths() native
|
||||||
|
|||||||
@ -58,7 +58,7 @@ int Function GetCurrentBudget(int aiBudgetNumber) native global
|
|||||||
bool Function OverBudget(int aiBudgetNumber) native global
|
bool Function OverBudget(int aiBudgetNumber) native global
|
||||||
string Function GetBudgetName(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
|
float Function GetINIFloat(string ini) global native
|
||||||
int Function GetINIInt(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
|
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
|
int Function GetBaseDamage() native
|
||||||
Function SetBaseDamage(int damage) native
|
Function SetBaseDamage(int damage) native
|
||||||
|
|||||||
@ -40,7 +40,7 @@ float function GetCurrentWeatherTransition() native global
|
|||||||
; 3 - Full sky (SM_FULL)
|
; 3 - Full sky (SM_FULL)
|
||||||
int function GetSkyMode() native global
|
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
|
; Returns the sun glare percentage
|
||||||
float Function GetSunGlare() native
|
float Function GetSunGlare() native
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user