CCurrencyPack: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
 (Created blank page)  | 
				No edit summary  | 
				||
| (10 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Overview ==  | |||
A large pile of money worth $25.  | |||
'''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 Entity : [https://developer.valvesoftware.com/wiki/item_currencypack_large item_currencypack_large]'''  | |||
==[[Classes|Class Structure]]==  | |||
*'''[[CBaseEntity]]'''  | |||
**'''[[CBaseAnimating]]'''  | |||
***'''[[CItem]]'''  | |||
****'''[[CTFPowerup]]'''  | |||
*****'''CCurrencyPack'''  | |||
== SendProps ==  | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0;"  | |||
|+CCurrencyPack   | |||
! 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%;" |'''m_bDistributed'''  | |||
| style="width: 15%;" |Boolean  | |||
| style="width: 35%;" |  | |||
|}  | |||
Latest revision as of 20:43, 10 August 2022
Overview
A large pile of money worth $25.
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 |