env_holo_emitter

From Valve Developer Community
Revision as of 11:51, 27 July 2025 by MyGamepedia (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
C++ Class hierarchy
CEnv_Holo_Emitter
CBaseAnimating
CBaseEntity
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
Weapon hologram emitter (concept).

env_holo_emitter is a point entity available in Black Mesa Black Mesa. Represents blue hologram emitter. It was presumably intended to emit holograms of weapons in multiplayer that a player can pick up to get a weapon. This is indicated by the presence of the entity model in the items folder, disabled collision (by default) and the presence of hologram models for the crossbow, tau, glock, grenade, MP5 and shotgun.

Icon-Bug.pngBug:You need point_template to spawn this entity, otherwise the game will crash with the precache error message.
Not precached error

Holoemitcrash4.png

Inputs

TurnOn <void>
Turns spotlight on.
TurnOff <void>
Turns spotlight off.