Info intermission
From Valve Developer Community
This point-based entity is available in all Source games.
[edit]
Entity Description
An entity that defines an intermission spot where dead players will float until they respawn.
The properties of this entity apply to the whole map. Multiple instances of this entity within a map may cause errors.
In code it is represented by class CInfoIntermission (http://doxygen.page.needed/class_c_info_intermission.html), defined in intermission.cpp (http://doxygen.page.needed/intermission_8cpp-source.html).
[edit]
Keyvalues
- target
- <target_destination> Name of entity that dead players will face while in intermission at this spot.
