Weapon Script
(Redirected from Weapon Script (Papyrus))
Jump to navigation
Jump to search
Extends: Form Script
Editor: Weapon
Script for the manipulation of weapon base objects.
Definition[edit | edit source]
ScriptName Weapon extends Form Native Hidden
Properties[edit | edit source]
None
Global Functions[edit | edit source]
None
Member Functions[edit | edit source]
- Function Fire(ObjectReference akSource, Ammo akAmmo)
- Fires this weapon from the specified source object.
- Ammo Function GetAmmo()
- Gets the ammo used by this weapon.
F4SE Member Functions[edit | edit source]
- ObjectMod Function GetEmbeddedMod()
- Gets this weapon's embedded mod.
- Owner Function GetInstanceOwner()
- Gets this weapon's InstanceData owner.
- Function SetEmbeddedMod(ObjectMod akMod)
- Sets this weapon's embedded mod.
Events[edit | edit source]
None