CItem: 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 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]''' | ||
Revision as of 20:13, 10 August 2022
Overview
A base class for pickups available to players.
Source location : /game/server/items.h
Class Structure
- CBaseEntity
- CBaseAnimating
- CItem
- CBaseAnimating
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| CItemComeToRest | ||
| CItemFallThink | ||
| CItemItemTouch | ||
| CItemMaterialize | ||
| m_OnCacheInteraction | ||
| m_OnPlayerTouch | ||
| m_bActivateWhenAtRest | ||
| m_flNextResetCheckTime | ||
| m_pConstraint | ||
| m_vOriginalSpawnAngles | ||
| m_vOriginalSpawnOrigin |