Trigger fog: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
Note:To work properly, you need to have a VMT with this path 
		
	
mNo edit summary  | 
				m (Updated old entity format to {{this is a}}. This action was perfomed by a bot.)  | 
				||
| Line 1: | Line 1: | ||
{{ent not in fgd}}  | {{ent not in fgd}}  | ||
{{  | {{this is a|e2|name=trigger_fog}}  | ||
== Entity Description ==  | == Entity Description ==  | ||
Revision as of 12:09, 4 January 2024
trigger_fog  is an   e2  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.