13 lines
331 B
Plaintext
13 lines
331 B
Plaintext
Scriptname Ammo extends Form Hidden
|
|
|
|
; SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
|
|
|
|
; Returns whether this ammo is a bolt
|
|
bool Function IsBolt() native
|
|
|
|
; Returns the projectile associated with this ammo
|
|
Projectile Function GetProjectile() native
|
|
|
|
; Returns the base damage of this ammo
|
|
float Function GetDamage() native
|