CHalloweenPickup: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
... | ... | ||
'''Source location : ...''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/shared/tf/entity_halloween_pickup.h /game/shared/tf/entity_halloween_pickup.h]''' | ||
'''Linked entity : .. | '''Linked entity : [https://developer.valvesoftware.com/wiki/tf_halloween_pickup tf_halloween_pickup]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
***''' | ***'''CHalloweenPickup''' | ||
== Entity DataMaps == | == Entity DataMaps == |
Revision as of 22:38, 6 March 2022
Overview
...
Source location : /game/shared/tf/entity_halloween_pickup.h
Linked entity : tf_halloween_pickup
Class Structure
- CBaseEntity
- CBaseAnimating
- CHalloweenPickup
- CBaseAnimating
Entity DataMaps
Name | Type | Description |
---|---|---|
CItemComeToRest | ||
CItemFallThink | ||
CItemItemTouch | ||
CItemMaterialize | ||
InputDisable | ||
InputEnable | ||
InputToggle | ||
m_OnBluePickup | ||
m_OnCacheInteraction | ||
m_OnPlayerTouch | ||
m_OnRedPickup | ||
m_bActivateWhenAtRest | ||
m_bAutoMaterialize | ||
m_bDisabled | ||
m_flNextResetCheckTime | ||
m_iszModel | ||
m_iszParticle | ||
m_iszSound | ||
m_pConstraint | ||
m_vOriginalSpawnAngles | ||
m_vOriginalSpawnOrigin |