CCurrencyPack: 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/server/tf/entity_currencypack.h /game/server/tf/entity_currencypack.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/item_currencypack_large item_currencypack_large]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
*** | ***'''[[CItem]]''' | ||
**** | ****'''[[CTFPowerup]]''' | ||
*****'''CCurrencyPack''' | *****'''CCurrencyPack''' | ||
Revision as of 02:16, 28 March 2022
Overview
...
Source location : /game/server/tf/entity_currencypack.h
Linked Entity : item_currencypack_large
Class Structure
- CBaseEntity
- CBaseAnimating
- CItem
- CTFPowerup
- CCurrencyPack
- CTFPowerup
- CItem
- CBaseAnimating
SendProps
Name | Type | Description |
---|---|---|
m_bDistributed | Boolean |
Entity DataMaps
Name | Type | Description |
---|---|---|
CItemComeToRest | ||
CItemFallThink | ||
CItemItemTouch | ||
CItemMaterialize | ||
InputDisable | ||
InputEnable | ||
InputToggle | ||
m_OnCacheInteraction | ||
m_OnPlayerTouch | ||
m_bActivateWhenAtRest | ||
m_bAutoMaterialize | ||
m_bDisabled | ||
m_flNextResetCheckTime | ||
m_iszModel | ||
m_pConstraint | ||
m_vOriginalSpawnAngles | ||
m_vOriginalSpawnOrigin |