Point servercommand: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎Availability: class&file)
mNo edit summary
Line 2: Line 2:


==Entity Description==
==Entity Description==
An entity that issues commands to the server console.  
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 overide should be the exact console command to run.


==Availability==
==Availability==
Line 14: Line 14:
*{{i targetname}}
*{{i targetname}}
*'''Command <string>'''
*'''Command <string>'''
:Command to execute.
:The command to execute.


==Outputs==
==Outputs==

Revision as of 15:55, 6 March 2007

Template:Wrongtitle

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 overide should be the exact console command to run.

Availability

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

Keyvalues

Inputs

The command to execute.

Outputs

See also