Useful Code Files: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Some useful resources | [h2]Some useful resources[h2] | ||
* [https://github.com/sr2echa/TF2-Source-Code/blob/master/tf2_src/public/const.h const.h] | * [https://github.com/sr2echa/TF2-Source-Code/blob/master/tf2_src/public/const.h const.h] | ||
Revision as of 18:33, 12 November 2022
[h2]Some useful resources[h2]
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.)