Point broadcastclientcommand: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(add csgo)
(madness)
Line 1: Line 1:
{{stub}}
{{stub}}
   
   
{{base point multi|point_broadcastclientcommand|game1=Alien Swarm|game2=Left 4 Dead 2|game3=Left 4 Dead|game4= Counter-Strike: Global Offensive}}
{{base point|point_broadcastclientcommand|since=Left 4 Dead}}


== Entity description ==
== Entity description ==

Revision as of 20:06, 21 August 2019

Stub

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

Template:Base point

Entity description

An entity that issues commands to each valid client's console, as if it was typed in by that player locally. This was used in L4D2 Campaign Hard Rain to change the client fog during a heavy part of a rain storm.

Todo: Clarify and be more accurate about usage in official maps.

Keyvalues

Name (targetname) <string>[ Edit ]
The name that other entities refer to this entity by, via Inputs/Outputs or other keyvalues (e.g. parentname or target).
Also displayed in Hammer's 2D views and Entity Report.
See also:  Generic Keyvalues, Inputs and Outputs available to all entities

Inputs

Command <stringRedirectInput/string>
Command to execute.


Outputs

See also