CTFAmmoPack: 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/tree/master/tf2_src/game/server/tf/tf_ammo_pack.h /game/server/tf/tf_ammo_pack.h]''' | ||
'''Linked | '''Linked Entity : [https://developer.valvesoftware.com/wiki/tf_ammo_pack tf_ammo_pack]''' | ||
==[[Classes|Class Structure]]== | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
***'''[[ | ***'''[[CItem]]''' | ||
****''' | ****'''CTFAmmoPack''' | ||
== SendProps == | == SendProps == | ||
Revision as of 01:39, 28 March 2022
Overview
...
Source location : /game/server/tf/tf_ammo_pack.h
Linked Entity : tf_ammo_pack
Class Structure
- CBaseEntity
- CBaseAnimating
- CItem
- CTFAmmoPack
- CItem
- CBaseAnimating
SendProps
| Name | Type | Description |
|---|---|---|
| m_vecInitialVelocity | Vector | |
| m_angRotation | Integer | |
| m_angRotation[0] | Float | |
| m_angRotation[1] | Float | |
| m_angRotation[2] | Float |
Entity DataMaps
| Name | Type | Description |
|---|---|---|
| CItemComeToRest | ||
| CItemFallThink | ||
| CItemItemTouch | ||
| CItemMaterialize | ||
| CTFAmmoPackFlyThink | ||
| CTFAmmoPackPackTouch | ||
| m_OnCacheInteraction | ||
| m_OnPlayerTouch | ||
| m_bActivateWhenAtRest | ||
| m_flNextResetCheckTime | ||
| m_pConstraint | ||
| m_vOriginalSpawnAngles | ||
| m_vOriginalSpawnOrigin |