A_SpawnProgrammerBase

From ZDoom Wiki
Revision as of 04:51, 10 February 2013 by Deded007 (talk | contribs) (codepointer template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.