Trigger fog: Difference between revisions
Jump to navigation
Jump to search
Note:To work properly, you need to have a VMT with this path
m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.) |
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
||
Line 1: | Line 1: | ||
{{ent not in fgd}} | {{ent not in fgd}} | ||
{{this is a| | {{this is a|brush entity|name=trigger_fog}} | ||
== Entity Description == | == Entity Description == |
Latest revision as of 19:01, 17 May 2024
trigger_fog
is a brush entity available in all Source games.
Entity Description
It creates particles flowing in the direction of the entity that moves in it, it was a cut entity from Half-Life 2.
FGD Code
@SolidClass base(TriggerOnce) = trigger_fog [ ]

particle/particle_fog.vmt
, you need it mounted in your map or included in your mod.Keyvalues
|
Flags
|
Inputs
BaseTrigger:
- Toggle
- Toggles this trigger between enabled and disabled states.
- Enable
- Enable trigger
- Disable
- Disable trigger
Outputs
TriggerOnce:
- OnStartTouch
- Fired when an entity starts touching this trigger. The touching entity must pass this trigger's filters to cause this output to fire. (!activator is the "toucher.")
- OnTrigger
- Fired repeatedly with a delay while an entity is within this trigger's volume. Delay is defined by Delay Before Reset key.