Useful Code Files

From SigMod
Revision as of 18:32, 12 November 2022 by Mince (talk | contribs) (Created page with "Some useful resources: * [https://github.com/sr2echa/TF2-Source-Code/blob/master/tf2_src/public/const.h const.h] SendProps (CNetwork*) are defined in entity header files (.h...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Some useful resources:

SendProps (CNetwork*) are defined in entity header files (.h); DataMaps are defined in the entity code files (.cpp). (Some entities will have a copy of the same variable as both a SendProp and DataMap.)