The Weapon script is a part of Skyrim SE’s Papyrus scripting ecosystem. It is included with the base game, and is extended/modified by modded sources such as Skyrim Script Extender x64 (SKSE).
For this script, the Papyrus index knows about:
- 51 functions
Inheritance Tree
No indexed scripts extend this script.
Properties
No properties found.
Events
No events found.
Functions
Fires the weapon from the the specified object reference, using the specified ammo.
- Found in:
- SKSE
Returns the base damage of this weapon. (This function requires SKSE)
- Found in:
- SKSE
Changes the base damage of this weapon. (This function requires SKSE)
- Found in:
- SKSE
Returns the critical damage of this weapon. (This function requires SKSE)
- Found in:
- SKSE
Changes the critical damage of this weapon. (This function requires SKSE)
- Found in:
- SKSE
Returns the minimum range of this weapon. (This function requires SKSE)
- Found in:
- SKSE
Changes the minimum range of this weapon. (This function requires SKSE)
- Found in:
- SKSE
Returns the maximum range of this weapon. (This function requires SKSE)
- Found in:
- SKSE
Changes the maximum range of this weapon. (This function requires SKSE)
- Found in:
- SKSE
Returns the stagger value of this weapon. (This function requires SKSE)
- Found in:
- SKSE
Changes the stagger value of this weapon. (This function requires SKSE)
- Found in:
- SKSE
Returns the weapon type of this weapon. (This function requires SKSE)
- Found in:
- SKSE
Changes the weapon type of this weapon. (This function requires SKSE)
- Found in:
- SKSE
Returns the path to the file representing the in-game model of this weapon. (This function requires SKSE)
- Found in:
- SKSE
Changes the path to the file representing the in-game model of this weapon. (This function requires SKSE)
- Found in:
- SKSE
works on the path to the nif file representing the icon for the weapon in the inventory
- Found in:
- SKSE
- Found in:
- SKSE
works on the path to the file representing the message icon for the weapon
- Found in:
- SKSE
- Found in:
- SKSE
Returns the Enchantment associated with this armor. Note refers to the base object, not an object reference. (This function requires SKSE)
- Found in:
- SKSE
Sets the Enchantment associated with this armor. Note refers to the base object, not an object reference. (This function requires SKSE)
- Found in:
- SKSE
works on the enchantment value of the associated weapon
- Found in:
- SKSE
- Found in:
- SKSE
works on the weapon model when equipped of the associated weapon
- Found in:
- SKSE
- Found in:
- SKSE
Returns the particular equipslot type
- Found in:
- SKSE
Set the equip type of this weapon. (This function requires SKSE)
- Found in:
- SKSE
works on the spell that applies when critting
- Found in:
- SKSE
- Found in:
- SKSE
Gets, sets or unsets whether the the crit effect should only occur on death
- Found in:
- SKSE
- Found in:
- SKSE
Gets/sets the weapons crit multiplier
- Found in:
- SKSE
- Found in:
- SKSE
returns the weapon template of this weapon
- Found in:
- SKSE
- Found in:
- SKSE
Returns whether this weapon has the "WeapTypeGreatsword" keyword. (This function requires SKSE)
- Found in:
- SKSE
Returns whether this weapon has the "WeapTypeWarhammer" keyword. (This function requires SKSE)
