CTFSpellBook: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== Overview == | == Overview == | ||
The spellbook weapon usable by equipping the spellbook magazine or similar reskins. | |||
'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/shared/tf/tf_weapon_spellbook.h /game/shared/tf/tf_weapon_spellbook.h]''' | '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/shared/tf/tf_weapon_spellbook.h /game/shared/tf/tf_weapon_spellbook.h]''' |
Revision as of 03:06, 23 February 2022
Overview
The spellbook weapon usable by equipping the spellbook magazine or similar reskins.
Source location : /game/shared/tf/tf_weapon_spellbook.h
Linked entity : tf_weapon_spellbook
Class Structure
SendProps
Name | Type | Description |
---|---|---|
m_iSelectedSpellIndex | Integer | |
m_iSpellCharges | Integer | |
m_flTimeNextSpell | Float | |
m_bFiredAttack | Boolean |