Info player common: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(The lobby spawn point entity used in Zombie Panic! Source.)
 
m (Added category)
Line 31: Line 31:
* [[info_player_zombie]]
* [[info_player_zombie]]
* [[info_player_observer]]
* [[info_player_observer]]
[[Category:Entities]]

Revision as of 07:27, 20 April 2010

Entity Description

The lobby 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