CBaseProp: Difference between revisions

From SigMod
Jump to navigation Jump to search
(Created page with "== Overview == '''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/props.h /game/server/props.h]''' ==Classes|Class Structure...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
== Overview ==
== Overview ==
A base class for prop entities.


'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/props.h /game/server/props.h]'''
'''Source location : [https://github.com/sreechar/TF2-Source-Code/blob/master/tf2_src/game/server/props.h /game/server/props.h]'''

Latest revision as of 22:56, 10 August 2022

Overview[edit | edit source]

A base class for prop entities.

Source location : /game/server/props.h

Class Structure[edit | edit source]