CHalloweenPickup: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
... | ... | ||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/ | '''Source location : [https://github.com/sreechar/TF2-Source-Code/tree/master/tf2_src/game/shared/tf/entity_halloween_pickup.h /game/shared/tf/entity_halloween_pickup.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/tf_halloween_pickup tf_halloween_pickup]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''CHalloweenPickup''' | |||
== Entity DataMaps == | == Entity DataMaps == | ||
Revision as of 02:37, 28 March 2022
Overview
...
Source location : /game/shared/tf/entity_halloween_pickup.h
Linked Entity : tf_halloween_pickup
Class Structure
- CHalloweenPickup
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 |