Weapon Script

Revision as of 01:33, 22 October 2017 by imported>ShadeMe (Add missing F4SE member functions)


Extends: Form Script (Papyrus)

Script for the manipulation of weapon base objects.

Definition

ScriptName Weapon extends Form Native Hidden

Properties

None

Global Functions

None

Member Functions

  • 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

  • Function SetEmbeddedMod(ObjectMod akMod)
    • Sets this weapon's embedded mod.

Events

None