Env holo emitter: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{{CDA|CEnv_Holo_Emitter|CBaseEntity|}}
{{ent not in fgd|none}}
{{ent not in fgd|none}}
[[File:holoemitterimage.jpg|200px|right]]
[[File:holoemitterimage.jpg|200px|right]]
{{This is a|point entity|name=env_holo_emitter|game=Black Mesa}} This is model with blue [[point_spotlight|spotlight]] with no ability to be customized. This is probably hologram emitter that was planned to be used in the "Hazard Course" chapter, which wasn't ever released.
{{This is a|point entity|name=env_holo_emitter|game=Black Mesa}} This is model with blue [[point_spotlight|spotlight]] with no ability to be customized. This is probably hologram emitter that was planned to be used in the "Hazard Course" chapter, which wasn't ever released.


Represented by class <code>CEnv_Holo_Emitter</code>.
{{important|You need {{ent|point_template}} to spawn this entity, otherwise the game will crash with this error message.
{{important|You need {{ent|point_template}} to spawn this entity, otherwise the game will crash with this error message.
{{expand|title=Not precached error|
{{expand|title=Not precached error|
[[File:Holoemitcrash4.png]]
[[File:Holoemitcrash4.png]]
}}}}
}}}}
==Keyvalues==
{{KV Targetname}}


== Inputs ==
== Inputs ==
{{I|TurnOn|param=void|Turns spotlight on.}}
{{I|TurnOn|param=void|Turns spotlight on.}}
{{I|TurnOff|param=void|Turns spotlight off.}}
{{I|TurnOff|param=void|Turns spotlight off.}}

Revision as of 23:46, 26 May 2025

C++ Class hierarchy
CEnv_Holo_Emitter
CBaseEntity
Icon-NotInFGD.png
This entity is not in the FGD by default.
See below for instructions on making it available.
Holoemitterimage.jpg

env_holo_emitter is a point entity available in Black Mesa Black Mesa. This is model with blue spotlight with no ability to be customized. This is probably hologram emitter that was planned to be used in the "Hazard Course" chapter, which wasn't ever released.

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

Holoemitcrash4.png

Inputs

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