Info player observer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m ({{this is a}})
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.)
Line 1: Line 1:
{{tabs|info_player_observer|goldsrc=1|source=1|main=source}}
{{tabs|info_player_observer|goldsrc=1|source=1|main=source}}
{{cleanup|Use {{t|KV}} template.}}
{{cleanup|Use {{t|KV}} template.}}
{{This is a|name=info_player_observer|e0|game=Zps}} The observer (aka: spectate) spawn point entity used in [[Zombie Panic! Source]].
{{this is a|point entity|name=info_player_observer|game=Zps}} The observer (aka: spectate) spawn point entity used in [[Zombie Panic! Source]].


== Keyvalues ==
== Keyvalues ==

Revision as of 17:51, 17 May 2024

Broom icon.png
This article or section needs to be cleaned up to conform to a higher standard of quality because:
Use {{KV}} template.
For help, see the VDC Editing Help and Wikipedia cleanup process. Also, remember to check for any notes left by the tagger at this article's talk page.

info_player_observer is a point entity available in Zombie Panic! Source Zombie Panic! Source.

Warning.pngWarning:
  • The {{{game}}} parameter is inconsistent with the name defined by the {{Zps}} template. This can most likely be fixed by setting the value of the {{{game}}} parameter to Zombie Panic! Source.
    If a parameter is consistent but you're still seeing this warning, it may be an issue with the template itself. Please discuss it on the template's talk page.

The observer (aka: spectate) spawn point entity used in Zombie Panic! Source.

Keyvalues

Angles:
Pitch Yaw Roll (Y Z X) <angle>
This entity's angular orientation in the world.

Inputs

Targetname:
OnUser1 to OnUser4
Fired in response to the FireUser inputs; see User Inputs and Outputs.
Enable Spawn / Disable Spawn
Turns the spawn point on and off.
AddOutput <string>
Evaluates a keyvalue/output on this entity. It can be potentially very dangerous, use with care.
Format: <key> <value>
Format: <output name> <targetname>:<inputname>:<parameter>:<delay>:<max times to fire, -1 means infinite>
FireUser1 to FireUser4
Fire the OnUser outputs.
Kill
Removes this entity from the world.
KillHierarchy
Removes this entity and all its children from the world.
Toggle Spawn
Toggles the spawn on and off.

See also