Difference between revisions of "Weapon Script"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Dragoonwraith
m (fixing Form Script link)
imported>Jog
Line 19: Line 19:


== Member Functions ==
== Member Functions ==
*Function [[Fire - Weapon|Fire]](ObjectReference akSource)
'''Function [[Fire - Weapon|Fire]](ObjectReference akSource)'''
**Fires this weapon from the specified source object.
*Fires this weapon from the specified source object.


== Events ==
== Events ==
None
None

Revision as of 13:08, 20 February 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