FireWeapon

From the Fallout3 GECK Wiki
Revision as of 11:12, 26 November 2008 by imported>Kkuhlmann
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Description

FireWeapon fires a projectile from any specified reference.

Syntax

ref.FireWeapon weapon_ID

Examples

Turret01REF.FireWeapon WeapGrenadeFrag

Object named Turret01 will fire a Frag Grenade.

Notes

  • The fired projectile should spawn in the middle of the ref and go straight out in the direction the ref is pointing, UNLESS it has a dummy node called "ProjectileNode" (the name is dependent on the weapon's data in the editor but "ProjectileNode" is the default). If the ref has such a node the projectile will come out of it instead.