Classes:ArtiPoisonBagShooter
Classes: Inventory→ArtiPoisonBag→ArtiPoisonBagShooter
Note: Wait! Stop! Before you copy this actor's definition into your mod, remember the following things:
|
Generic shooter fléchette | |||
---|---|---|---|
Actor type | Artifact | Game | ![]() |
DoomEd Number | None | Class Name | ArtiPoisonBagShooter |
A generic fléchette class from which to derive custom actors to create new types of fléchettes. When used, the fléchette will make the player shoot a projectile corresponding to its MissileType.
To assign a flechette type to a player class, use the Player.FlechetteType property in the code for the player class.
DECORATE definition
ACTOR ArtiPoisonBagShooter : ArtiPoisonBag native { Inventory.Icon "ARTIPSB5" }
This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.