Vgui neurotoxin countdown: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Updated entity data style for consistency)
Line 5: Line 5:


==Keyvalues==
==Keyvalues==
* {{KV Targetname}}
{{KV Targetname}}
* {{KV Angles}}
{{KV Angles}}
* {{KV Parentname}}
{{KV Parentname}}
* '''width'''
{{KV|width|integer|Width of the panel in units.}}
:<integer> Width of the panel in units.
{{KV|height|integer|Height of the panel in units.}}
* '''height'''
:<integer> Height of the panel in units.


==Inputs==
==Inputs==
* {{I Targetname}}
{{I Targetname}}
* '''Enable'''
{{IO|Enable|Make slideshow visible.}}
:Make slideshow visible.
{{IO|Disable|Make slideshow invisible.}}
* '''Disable'''
: Make slideshow invisible.


==Outputs==
==Outputs==
* {{O Targetname}}
{{O Targetname}}

Revision as of 14:45, 3 May 2011

Template:Portal series point

Entity Description

Neurotoxin Countdown

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

Pitch Yaw Roll (Y Z X) (angles) <QAngle>
This entity's orientation in the world. Pitch is rotation around the Y axis, yaw is the rotation around the Z axis, roll is the rotation around the X axis.
Parentname:
Parent (parentname) <targetname>
Specifies a movement parent. An entity will maintain its initial offset from its parent. An attachment point can be added to the end of the name, separated by a comma.
width ([todo internal name (i)]) <integer>
Width of the panel in units.
height ([todo internal name (i)]) <integer>
Height of the panel in units.

Inputs

Enable
Make slideshow visible.
Disable
Make slideshow invisible.

Outputs