This article's documentation is for anything that uses the Source engine. Click here for more information.

Grenade: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)
m (More info)
Line 3: Line 3:
{{this is a|name=grenade|e0}} It serves as the basis for Grenades in all source games.
{{this is a|name=grenade|e0}} 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]]. If you want the actual exploding grenade entity, you may be looking for [[npc_grenade_frag]]}}

Revision as of 14:29, 4 January 2024

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

grenade is an e0 available in all Source Source games. 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. If you want the actual exploding grenade entity, you may be looking for npc_grenade_frag