Info observer menu: Difference between revisions
Jump to navigation
Jump to search
MyGamepedia (talk | contribs) No edit summary |
MyGamepedia (talk | contribs) |
||
Line 8: | Line 8: | ||
{{back | Black Mesa Level Creation}} | {{back | Black Mesa Level Creation}} | ||
== Keyvalues == | == Keyvalues == | ||
{{KV | {{KV Targetname}} | ||
{{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).}} | ||
Revision as of 11:33, 20 October 2024
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
- Name (targetname) <string>[ Edit ]
- The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g.
parentname
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities
- ID (observerid) <integer>
- Corresponds to the index of a loading material for a map (check out the page for more information).