Classes:Dart
Jump to navigation
Jump to search
Note: Wait! Stop! You do not need to copy this actor's code into your project! Here's why:
|
Dart | |||
---|---|---|---|
Actor type | Explosive | Game | (Hexen) |
DoomEd Number | None | Class Name | Dart |
Spawn ID | 51 | Identifier | T_DART |
Classes: Dart
→PoisonDart
This actor needs a description.
DECORATE definition
ACTOR Dart { Speed 6 Radius 8 Height 4 Damage 2 +NOBLOCKMAP +NOGRAVITY +DROPOFF +MISSILE +NOTELEPORT States { Spawn: DART A -1 Stop Death: DART A 1 Stop } }