Grenade tripmine (Black Mesa): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Doesn't match the quality of articles about other explosives, hope to start working on this one tomorrow.)
Line 1: Line 1:
{{stub}}
{{CD|???|base=CBaseAnimating}}
{{CD|???|base=CBaseAnimating}}
{{this is a|point entity|name=grenade_tripmine|game=Black Mesa}} This is an explosive that emits a blue laser when placed on a surface and it explodes when something touches its blue laser.
{{this is a|point entity|name=grenade_tripmine|game=Black Mesa}} This is an explosive that emits a blue laser when placed on a surface and it explodes when something touches its blue laser.

Revision as of 11:57, 20 April 2025

Stub

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

C++ Class hierarchy
???
CBaseAnimating
CBaseEntity

grenade_tripmine is a point entity available in Black Mesa Black Mesa. This is an explosive that emits a blue laser when placed on a surface and it explodes when something touches its blue laser.

Note.pngNote:This entity inherits all keyvalues, inputs, outputs and flags from CBaseAnimating and CBaseEntity classes.

Inputs

TripmineActivate  !FGD
Activate the tripmine turning on the blue laser

BaseGrenade:

Detonate
Fire to make the grenade explode.

Outputs

BaseGrenade:

OnDetonate
Grenade has just exploded.