info_observer_menu

From Valve Developer Community
Revision as of 05:59, 27 May 2025 by MyGamepedia (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
C++ Class hierarchy
CInfoObserverMenu
CBaseEntity
Point viewcontrol.png

info_observer_menu is a point entity available in Black Mesa Black Mesa. Represents a spawn point of a spectator during a multiplayer game.

This entity also can generate loading screens for multiplayer maps (check out the page for more information).

If there isn't at least one such spawn entity - spectators will spawn at (0, 0, 0) position (worldspawn).

Keyvalues

ID (observerid) <integer>
Corresponds to the index of a loading material for a map (check out the page for more information).

See also