FatAttack3: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{{codepointer|description=If the object's target is valid, it will face it and fire two '''MancubusShot''' missiles, one at its angle plus 5.625 degrees, and the other at its angle minus 5.625 degrees.
{{codepointer|description=If the object's target is valid, it will face it and fire two '''MancubusShot''' (or custom) missiles, one at its angle plus 5.625 degrees, and the other at its angle minus 5.625 degrees.
|usage='''FatAttack3'''
|usage='''FatAttack3'''(''type'')
|parameters=
*''type'': optional, type of missiles to shoot. By default it's the ones with the dehnum of '''MancubusShot'''.
|seealso=
|seealso=
*[[FatAttack1]]
*[[FatAttack1]]
*[[FatAttack2]]
*[[FatAttack2]]
*[[MissileSpread]]}}
*[[MissileSpread]]}}

Latest revision as of 06:31, 6 November 2021

Description

If the object's target is valid, it will face it and fire two MancubusShot (or custom) missiles, one at its angle plus 5.625 degrees, and the other at its angle minus 5.625 degrees.

Usage

FatAttack3(type)

Parameters

  • type: optional, type of missiles to shoot. By default it's the ones with the dehnum of MancubusShot.

Examples

No examples given.

Notes

No particular notes.

See also