commentary_auto

From Valve Developer Community
Revision as of 09:24, 25 April 2017 by Blixibon (talk | contribs) (Expanded article and clarified stuff)
Jump to navigation Jump to search


Stub

This article or section is a stub. You can help by expanding it.

commentary_auto is a point entity available in all games with the Commentary System implemented, including Half-Life 2: Episode One and Team Fortress 2.

Entity Description

Fires outputs based on how commentary mode has been activated. Unlike logic_auto, an entity with a similar purpose, commentary_auto cannot read global states or remove itself after firing. This entity does not appear to be in any default FGD files of any of its games, nor does it appear to be an option in the Commentary Editor.

Outputs

  • OnCommentaryNewGame
Fires when a new game is started with commentary enabled.
  • OnCommentaryMidGame
Fires when commentary is enabled midgame.
  • OnCommentaryMultiplayerSpawn
[Todo]