A_CStaffMissileSlither

From ZDoom Wiki
Revision as of 10:33, 6 September 2012 by Gez (talk | contribs) (codepointer template)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A_CStaffMissileSlither (deprecated)

(no parameters)


This can only be used on projectiles and makes them slither horizontally. The exact behavior depends on the frequency with which this function is called. You have to call this function repeatedly to have a permanent effect.

This function can be duplicated in a more generic way with A_Weave(3, 0, 1.0, 0.0).

Examples

The Serpent Staff projectile uses this codepointer to cause its weaving effect:

 Spawn:
   CSSF DDEE 1 Bright A_CStaffMissileSlither
   Loop