Classes:PointPuller

From ZDoom Wiki

Jump to: navigation, search
Point puller
Actor type Map spot Game
DoomEd Number 5002 Class Name PointPuller

Classes: PointPuller

A point puller pulls nearby actors towards it. This force crosses sector boundaries, decreases linearly with distance, and is felt within a circle centered on itself. The force is felt only if the point puller can see the target object. To push actors away, see PointPusher.

DECORATE definition

ACTOR PointPuller 5002
{
  +NOBLOCKMAP
  +INVISIBLE
}
Personal tools