Env texturetoggle: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
m (Robot: fixing template case.)
Line 14: Line 14:
==Inputs==
==Inputs==


* {{i targetname}}
* {{I Targetname}}


* '''IncrementTextureIndex'''
* '''IncrementTextureIndex'''

Revision as of 19:35, 19 January 2009

Template:Wrongtitle Template:Base point

Entity Description

An entity that allows you to change the textures on other brush-built entities.

Keyvalues

  • target
<target_destination> Target Brush(es).

Inputs

  • IncrementTextureIndex
Increments target brush's current texture frame by one.
  • SetTextureIndex <integer>
Sets target brush's texture frame to the specified index.

Outputs