CItem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
A base class for | A base class for generic pickups available to players. | ||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/items.h /game/server/items.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/server/items.h /game/server/items.h]''' |
Latest revision as of 20:20, 10 August 2022
Overview[edit | edit source]
A base class for generic pickups available to players.
Source location : /game/server/items.h
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CItem
- CBaseAnimating
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
CItemComeToRest | ||
CItemFallThink | ||
CItemItemTouch | ||
CItemMaterialize | ||
m_OnCacheInteraction | ||
m_OnPlayerTouch | ||
m_bActivateWhenAtRest | ||
m_flNextResetCheckTime | ||
m_pConstraint | ||
m_vOriginalSpawnAngles | ||
m_vOriginalSpawnOrigin |