Difference between revisions of "Weapon Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Rhavlovick
m (1 revision: Clobber re-import by Henning)
 
imported>Dragoonwraith
m (fixing Form Script link)
Line 3: Line 3:
[[Category:Script Objects]]
[[Category:Script Objects]]


'''Extends:''' [[Form Script (Papyrus)]]
'''Extends:''' [[Form Script]]


Script for the manipulation of weapon base objects.
Script for the manipulation of weapon base objects.

Revision as of 20:28, 25 January 2012


Extends: Form Script

Script for the manipulation of weapon base objects.

Definition

ScriptName Weapon extends Form

Properties

None

Global Functions

None

Member Functions

  • Function Fire(ObjectReference akSource)
    • Fires this weapon from the specified source object.

Events

None