CObjectCartDispenser: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
The dispenser functionality used by payloads and carts is an instance of this class. | The dispenser functionality used by payloads and carts is an instance of this class. | ||
'''Source location : /game/server/tf/tf_obj_dispenser.h''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/tf/tf_obj_dispenser.h /game/server/tf/tf_obj_dispenser.h]''' | ||
'''Linked entity : mapobj_cart_dispenser''' | '''Linked entity : [https://developer.valvesoftware.com/wiki/Mapobj_cart_dispenser mapobj_cart_dispenser]''' | ||
==[[ | ==[[Classes|Class Structure]]== | ||
*'''[[CBaseEntity]]''' | *'''[[CBaseEntity]]''' | ||
**'''[[CBaseAnimating]]''' | **'''[[CBaseAnimating]]''' | ||
Line 15: | Line 15: | ||
*******'''[[CObjectDispenser]]''' | *******'''[[CObjectDispenser]]''' | ||
********'''CObjectCartDispenser''' | ********'''CObjectCartDispenser''' | ||
== Entity DataMaps == | |||
{| class="wikitable sortable mw-collapsible mw-collapsed" style="margin: 0 auto; width: 100%; padding: 0; | |||
|+CObjectCartDispenser | |||
! 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%;" |'''InputDisable''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputEnable''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputFireHalloweenBonus''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|- | |||
| style="width: 50%;" |'''InputSetDispenserLevel''' | |||
| style="width: 15%;" | | |||
| style="width: 35%;" | | |||
|} |
Latest revision as of 04:27, 19 February 2022
Overview[edit | edit source]
The dispenser functionality used by payloads and carts is an instance of this class.
Source location : /game/server/tf/tf_obj_dispenser.h
Linked entity : mapobj_cart_dispenser
Class Structure[edit | edit source]
- CBaseEntity
- CBaseAnimating
- CBaseAnimatingOverlay
- CBaseFlex
- CBaseCombatCharacter
- CBaseObject
- CObjectDispenser
- CObjectCartDispenser
- CObjectDispenser
- CBaseObject
- CBaseCombatCharacter
- CBaseFlex
- CBaseAnimatingOverlay
- CBaseAnimating
Entity DataMaps[edit | edit source]
Name | Type | Description |
---|---|---|
InputDisable | ||
InputEnable | ||
InputFireHalloweenBonus | ||
InputSetDispenserLevel |