Info observer menu: Difference between revisions
Jump to navigation
Jump to search
MyGamepedia (talk | contribs) No edit summary |
MyGamepedia (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
{{CDA|CInfoObserverMenu|CBaseEntity|}} | |||
[[File: point_viewcontrol.png | right | 300px]] | [[File: point_viewcontrol.png | right | 300px]] | ||
{{This is a|point entity|name=info_observer_menu|game=Black Mesa}} Represents a spawn point of a spectator during a multiplayer game. | {{This is a|point entity|name=info_observer_menu|game=Black Mesa}} Represents a spawn point of a spectator during a multiplayer game. | ||
| Line 6: | Line 7: | ||
If there isn't at least one such spawn entity - spectators will spawn at <code>(0, 0, 0)</code> position ({{ent|worldspawn}}). | If there isn't at least one such spawn entity - spectators will spawn at <code>(0, 0, 0)</code> position ({{ent|worldspawn}}). | ||
== Keyvalues == | == Keyvalues == | ||
{{KV|ID|intn=observerid|integer|Corresponds to the index of a loading material for a map (check out [[Making_Loading_Screens_For_Multiplayer_Maps|the page]] for more information).}} | {{KV|ID|intn=observerid|integer|Corresponds to the index of a loading material for a map (check out [[Making_Loading_Screens_For_Multiplayer_Maps|the page]] for more information).}} | ||
Latest revision as of 05:59, 27 May 2025
| CInfoObserverMenu |
info_observer_menu is a point entity available in
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).