Grenade: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(-added class hierarchy, cleanup)
mNo edit summary
Line 1: Line 1:
{{stub}}
{{stub}}
{{CD|CBaseGrenade}}
{{CD|CBaseGrenade|file1=basegrenade_shared.cpp}}
{{entity|type=e0|grenade}} It serves as the basis for Grenades in all source games.
{{entity|type=e0|grenade}} It serves as the basis for Grenades in all source games.


{{note|If you want to add a frag grenade pickup to your level, you may want to use [[weapon_frag]]}}
{{note|If you want to add a frag grenade pickup to your level, you may want to use [[weapon_frag]]}}

Revision as of 09:59, 12 August 2023

Stub

This article or section is a stub. You can help by expanding it.

C++ Class hierarchy
CBaseGrenade
CBaseCombatCharacter
CBaseFlex
CBaseAnimatingOverlay
CBaseAnimating
CBaseEntity
C++ basegrenade_shared.cpp

Template:Entity It serves as the basis for Grenades in all source games.

Note.pngNote:If you want to add a frag grenade pickup to your level, you may want to use weapon_frag