CTFAmmoPack: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
A medium sized ammopack, halloween crumpkin, or smissmas present dropped by players on death. | |||
'''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]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
***'''[[ | ***'''[[CItem]]''' | ||
****''' | ****'''CTFAmmoPack''' | ||
== SendProps == | == SendProps == | ||
{| class="wikitable sortable" style="margin: 0 auto; width: 100%; padding: 0;" | {| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;" | ||
|+CTFAmmoPack | |+CTFAmmoPack | ||
! style="width: 50%; background-color: #303030; color: white" |Name | ! style="width: 50%; background-color: #303030; color: white" |Name | ||
Line 40: | Line 37: | ||
| style="width: 50%;" |'''m_angRotation[2]''' | | style="width: 50%;" |'''m_angRotation[2]''' | ||
| style="width: 15%;" |Float | | style="width: 15%;" |Float | ||
| style="width: 35%;" | | |||
|} | |||
== Entity DataMaps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | |||
|+CTFAmmoPack | |||
! style="width: 50%; background-color: #303030; color: white" |Name | |||
! style="width: 15%; background-color: #303030; color: white" |Type | |||
! style="width: 35%; background-color: #303030; color: white" |Description | |||
|- | |||
| style="width: 50%;" |'''CTFAmmoPackFlyThink''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''CTFAmmoPackPackTouch''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | | style="width: 35%;" | | ||
|} | |} |
Latest revision as of 20:15, 10 August 2022
Overview[edit | edit source]
A medium sized ammopack, halloween crumpkin, or smissmas present dropped by players on death.
Source location : /game/server/tf/tf_ammo_pack.h
Linked Entity : tf_ammo_pack
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CItem
- CTFAmmoPack
- CItem
- CBaseAnimating
SendProps[edit | edit source]
Name | Type | Description |
---|---|---|
m_vecInitialVelocity | Vector | |
m_angRotation | Integer | |
m_angRotation[0] | Float | |
m_angRotation[1] | Float | |
m_angRotation[2] | Float |
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
CTFAmmoPackFlyThink | ||
CTFAmmoPackPackTouch |