A_SorcBossAttack

Sets the third (target speed) argument to 7 (SORCBALL_INITIAL_SPEED) and the forth (movement mode) to 1 (SORC_ACCELERATE). Would be the same as the following:

   SORC F 6 Bright A_SetSpecial (special, arg[0], arg[1], 7, 1, arg[4])
   // OR
   SORC F 0 Bright A_SetArg (2, 7)
   SORC F 6 Bright A_SetArg (3, 1)

A_SorcBossAttack
(no parameter)

This codepointer is restricted to Heresiarch and derived classes.

This article is issued from Zdoom. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.