trigger_tonemap
Jump to navigation
Jump to search
![]() |
---|
CTonemapTrigger |
![]() |
trigger_tonemap
is a brush entity available in all Source games since
Left 4 Dead. (also in
)
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
- 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
- Tonemap Name (TonemapName) <targetname>
- The name of the tonemap controller entity associated with this trigger.
FGD Code
@SolidClass base(Targetname) = trigger_tonemap : "Changes tonemap controllers for players touching the trigger." [ TonemapName(target_destination) : "Tonemap Name" : : "The name of the tonemap controller entity associated with this trigger." ]