Planted c4: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(C4 planted! If it explodes, the Terrorists win.)
 
m (Classifying as model entity)
 
Line 1: Line 1:
{{CD|CC4|base=CBaseAnimating|file1=weapon_c4.cpp}}
{{CD|CC4|base=CBaseAnimating|file1=weapon_c4.cpp}}
{{this is a|point entity|name=planted_c4|game=Counter-Strike series}} A planted [[weapon_c4|C4 Explosive]] set to explode within the amount of seconds specified in <code>mp_c4timer</code> if not defused.
{{this is a|model entity|name=planted_c4|game=Counter-Strike series}} A planted [[weapon_c4|C4 Explosive]] set to explode within the amount of seconds specified in <code>mp_c4timer</code> if not defused.

Latest revision as of 04:33, 19 May 2025

C++ Class hierarchy
CC4
CBaseAnimating
CBaseEntity
C++ weapon_c4.cpp

planted_c4 is a model entity available in Counter-Strike seriesCounter-Strike series Counter-Strike series. A planted C4 Explosive set to explode within the amount of seconds specified in mp_c4timer if not defused.