A_BridgeInit

From ZDoom Wiki
Revision as of 23:27, 6 March 2012 by Gez (talk | contribs) (page creation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_BridgeInit [(string type)]

Creates a number of type things (BridgeBall by default, though you can derivate a different class from it). By default, three are created, though if the calling actor's third argument is non-null, it is used as the amount instead.

Each of the spawned thing is placed in a circle around the calling actor, and all are made to immediately call A_BridgeOrbit which will position them precisely.

This codepointer is restricted to CustomBridge and derived classes.