Trigger tonemap: Difference between revisions
Jump to navigation
Jump to search
Note:This entity is only in the 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
m (Minor changes, and added a note about keyvalues/inputs/outputs being available to this entity; but not listed in the FGD.) |
Deprecated (talk | contribs) (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 | {{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
Entity description
Changes tonemap controllers for players touching the trigger.


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
ortarget
).
Also displayed in Hammer's 2D views and Entity Report.See also: Generic Keyvalues, Inputs and Outputs available to all entities