CCurrencyPack: 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/server/tf/entity_currencypack.h /game/server/tf/entity_currencypack.h]''' | ||
'''Linked entity : .. | '''Linked entity : [https://developer.valvesoftware.com/wiki/]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
***''' | ***'''CItem''' | ||
****''' | ****'''CTFPowerup''' | ||
*****''' | *****'''CCurrencyPack''' | ||
== SendProps == | == SendProps == |
Revision as of 18:21, 12 March 2022
Overview
...
Source location : /game/server/tf/entity_currencypack.h
Linked entity : [1]
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 |