CTriggerOnce
(Redirected from Trigger once)
Jump to navigation
Jump to search
Code classes:
CTriggerOnce
CTriggerMultiple
CBaseTrigger
(triggers)CBaseToggle
CBaseEntity
(all ents)
CTriggerOnce
is a code class in all Source games.
Classnames:
trigger_once
- Fires an output once when touched, then removes itself. Equivalent to setting "Fire once" on the outputs of atrigger_multiple
.
Note: trigger_once
s that are compiled into entity groups are converted to the entity script_trigger_once
.