Ammo Script

From the CreationKit Wiki
Jump to navigation Jump to search


Extends: Form Script

Script for the manipulation of ammo base objects.

Definition[edit | edit source]

ScriptName Ammo extends Form

Properties[edit | edit source]

None

Global Functions[edit | edit source]

None

Member Functions[edit | edit source]

None

SKSE Member Functions[edit | edit source]

Bool IsBolt()

  • Returns whether this ammo is a bolt.

Projectile GetProjectile()

  • Returns the projectile associated with this ammo.

Float GetDamage()

  • Returns the base damage of this ammo.

Events[edit | edit source]

None