Info player observer: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
("Toggle Spawn" ? is that correct input with space ?) |
||
Line 1: | Line 1: | ||
{{ | {{TabsBar|main=gs|base=info_player_observer}} | ||
{{This is a|point entity|name=info_player_observer|game=Zombie Panic! Source}} The observer (aka: spectate) spawn point entity used in [[Zombie Panic! Source]]. | |||
{{ | |||
== Keyvalues == | == Keyvalues == | ||
{{ | {{KV Targetname}} | ||
{{KV Angles}} | |||
}} | |||
== Inputs == | == Inputs == | ||
{{ | {{I|Toggle Spawn|Toggles the spawn on and off.}} | ||
== See also == | |||
* {{ent|info_player_start}} | |||
* {{ent|info_player_human}} | |||
* {{ent|info_player_zombie}} | |||
* {{ent|info_player_common}} | |||
* {{ent|point_viewcontrol}}, which performs a similar function in {{css}} {{csgo}} {{dods}} |
Revision as of 12:17, 3 May 2025
info_player_observer
is a point entity available in Zombie Panic! Source. The observer (aka: spectate) spawn point entity used in Zombie Panic! Source.
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
- Pitch Yaw Roll (Y Z X) (angles) <QAngle>
- This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
Inputs
- Toggle Spawn
- Toggles the spawn on and off.
See also
- info_player_start
- info_player_human
- info_player_zombie
- info_player_common
- point_viewcontrol, which performs a similar function in