Infra flowmap modify: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Added details for this entity, incl. a basic description.)
 
m (Changed to use INFRA point template)
Line 1: Line 1:
{{INFRA}} '''infra_flowmap_modify''' is a [[point entity]] available in [[INFRA]].
{{INFRA point|infra_flowmap_modify}}


== Entity Description ==
== Entity Description ==
Line 18: Line 18:
== Outputs ==
== Outputs ==
{{O Targetname}}
{{O Targetname}}
[[Category:INFRA]]
[[Category:Entities]]

Revision as of 11:54, 25 May 2019

Template:INFRA point

Entity Description

It is a point entity which can change the flowmap texture between two preset options during gameplay.

Keyvalues

Material ([todo internal name (i)]) <string>
Will affect all materials that contain this string in their name.
Old Flowmap ([todo internal name (i)]) <string>
The flowmap texture to use before this entity is triggered.
New Flowmap ([todo internal name (i)]) <string>
Changes the flowmap to this texture when triggered.
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

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.
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.

Inputs

ChangeFlowmap
Executes the change of the flowmap texture.


Outputs