CTFProjectile SpellSpawnHorde

From SigMod
Revision as of 19:34, 6 March 2022 by Mince (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview[edit | edit source]

The projectile from the Skeletons Horde spell is an instance of this class. Once this projectile hits the world, it attempts to spawn 4 CTFProjectile_SpellSpawnZombie projectiles with random direction vectors.

Source location : /game/shared/tf/halloween/tf_weapon_spellbook.cpp

Linked entity : tf_projectile_spellspawnhorde

Class Structure[edit | edit source]