Point servercommand: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (reworded sentence and removed signature (signatures are not used in articles))
m (Robot: fixing template case.)
Line 15: Line 15:


==Inputs==
==Inputs==
*{{i targetname}}
*{{I Targetname}}
*'''Command <string>'''
*'''Command <string>'''
:The command to execute.
:The command to execute.

Revision as of 19:37, 19 January 2009

Template:Wrongtitle Template:Base point

Entity Description

An entity that issues commands to the server console. It's used by simply placing it in a map and triggering the Command input, the parameter override should be the exact console command to run.

This entity can corrupt the vmf file if used improperly. If your map crashes when you open it, this could be the problem. Open the vmf file in notepad and press Ctrl+F. Search for command and remove that line.

Availability

Template:In game Template:Game-base Template:In code

Keyvalues

Inputs

  • Command <string>
The command to execute.

Outputs