CTFRuneTemp: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Overview == ... '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/entity_rune.h /game/server/tf/entity_rune.h]''' '''Li...") |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
Runes or powerups from the Mannpower gamemode which are temporary and do not last the lifetime of the player. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/entity_rune.h /game/server/tf/entity_rune.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/entity_rune.h /game/server/tf/entity_rune.h]''' |
Latest revision as of 20:35, 10 August 2022
Overview[edit | edit source]
Runes or powerups from the Mannpower gamemode which are temporary and do not last the lifetime of the player.
Source location : /game/server/tf/entity_rune.h
Linked Entity : item_powerup_rune_temp
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CItem
- CTFPowerup
- CTFRuneTemp
- CTFPowerup
- CItem
- CBaseAnimating