VGUI Screen

From Valve Developer Community
Revision as of 05:36, 28 September 2005 by King2500 (talk | contribs)
Jump to navigation Jump to search

A VGUI screen. Useful for in-world monitors.

Warning: does not work in HL2, HL2:DM, or the unedited SDK code; it crashes the game.

Key values

Name of the panel to use. This is not a filename.
  • overlaymaterial <string>
Name of a material to overlay over the top of the VGUI screen. NOTE: This material must write Z for the VGUI screen to work.
  • width <integer>
Width of the panel in units.
  • height <integer>
Height of the panel in units.

Inputs

Make the vgui screen visible.
  • SetInactive
Make the vgui screen invisible.

Outputs

Template:O targetname

See also