A_SpawnProgrammerBase

From ZDoom Wiki
Jump to navigation Jump to search

A_SpawnProgrammerBase

(no parameters)

Usage

Spawns a ProgrammerBase at the calling actor's position, 24 units up from the base of the calling actor's "feet". The base's angle is set randomly to between 90° and 270° from the calling actor's angle, at the base's Speed property (which is normally 0 anyway). It is also given a random vertical velocity of up to 2.0.

This codepointer is restricted to Programmer and derived classes.