CTFProjectile SpellSpawnBoss: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/shared/tf/halloween/tf_weapon_spellbook.cpp /game/shared/tf/halloween/tf_weapon_spellbook.cpp]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/shared/tf/halloween/tf_weapon_spellbook.cpp /game/shared/tf/halloween/tf_weapon_spellbook.cpp]''' | ||
'''Linked entity : [https://developer.valvesoftware.com/wiki/ | '''Linked entity : [https://developer.valvesoftware.com/wiki/tf_projectile_spellspawnboss tf_projectile_spellspawnboss]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== |
Revision as of 19:25, 6 March 2022
Overview
...
Source location : /game/shared/tf/halloween/tf_weapon_spellbook.cpp
Linked entity : tf_projectile_spellspawnboss
Class Structure
- CBaseEntity
- CBaseAnimating
- CBaseProjectile
- CBaseGrenade
- CTFWeaponBaseGrenadeProj
- CTFGrenadePipebombProjectile
- CTFProjectile_Jar
- CTFProjectile_SpellBats
- CTFProjectile_SpellSpawnBoss
- CTFProjectile_SpellBats
- CTFProjectile_Jar
- CTFGrenadePipebombProjectile
- CTFWeaponBaseGrenadeProj
- CBaseGrenade
- CBaseProjectile
- CBaseAnimating