Trigger tonemap: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Minor changes, and added a note about keyvalues/inputs/outputs being available to this entity; but not listed in the FGD.)
(Added non-SmartEdit name)
Line 5: Line 5:


{{note|This entity is only in the [[FGD|FGDs]] of the Left 4 Dead series. However, it still exists in the engine.}}
{{note|This entity is only in the [[FGD|FGDs]] of the Left 4 Dead series. However, it still exists in the engine.}}
{{note|This entity has keyvalues, inputs, and outputs available to usual trigger_* entities, but only has <code>Targetname</code> listed as a base, so their not listed in the [[FGD]], but can still be added via turning off SmartEdit.}}
{{note|This entity has keyvalues, inputs, and outputs available to usual trigger_* entities, but only has <code>Targetname</code> listed as a base, so they're not listed in the [[FGD]], but can still be added via turning off SmartEdit.}}


== Keyvalues ==
== Keyvalues ==
{{KV|Tonemap Name|target_destination|The name of the tonemap controller entity associated with this trigger.}}
{{KV|Tonemap Name (TonemapName)|target_destination|The name of the tonemap controller entity associated with this trigger.}}
{{KV Targetname}}
{{KV Targetname}}



Revision as of 07:11, 4 June 2019

Template:Base brush

Entity description

Changes tonemap controllers for players touching the trigger.

Note.pngNote:This entity is only in the FGDs of the Left 4 Dead series. However, it still exists in the engine.
Note.pngNote:This entity has keyvalues, inputs, and outputs available to usual trigger_* entities, but only has Targetname listed as a base, so they're not listed in the FGD, but can still be added via turning off SmartEdit.

Keyvalues

Tonemap Name (TonemapName) ([todo internal name (i)]) <targetname>
The name of the tonemap controller entity associated with this trigger.
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

Inputs

Outputs