Weapon Script

From the Fallout4 CreationKit Wiki
Revision as of 12:58, 3 December 2015 by imported>Plplecuyer (→‎Member Functions)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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.

Events

None