CTFPowerup: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
A base class for TF2 pickups available to players. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/tf_powerup.h /game/server/tf/tf_powerup.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/tf/tf_powerup.h /game/server/tf/tf_powerup.h]''' |
Latest revision as of 20:20, 10 August 2022
Overview[edit | edit source]
A base class for TF2 pickups available to players.
Source location : /game/server/tf/tf_powerup.h
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CItem
- CTFPowerup
- CItem
- CBaseAnimating
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputDisable | ||
InputEnable | ||
InputToggle | ||
m_bAutoMaterialize | ||
m_bDisabled | ||
m_iszModel |