Model entity/Generic Keyvalues, Inputs and Outputs/Outputs: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (.)
m (Setting bug notice hidetested=1 param on page where the bug might not need tested in param specified)
 
(12 intermediate revisions by 6 users not shown)
Line 1: Line 1:
<noinclude>This template is our holder for all [[outputs]] assigned through {{ent|CBaseAnimating}}.
== Outputs ==
 
{{O|OnIgnite|ac-is-this=1|nofgd=1|Fired when the entity catches fire, such as from an {{ent|env_entity_igniter}} or the <code>Ignite</code> inputs.}}
Add <code>|portal2=1</code> to display the <code>OnFizzled</code> output for entities that are usable in Portal 2.
{{O|OnFizzled|ac-is-this=1|only={{portal2}}|Fired when this entity is fizzled by a {{ent|trigger_portal_cleanser}} or, for {{ent|prop_weighted_cube}}, the Dissolve or SilentDissolve inputs. :{{bug|hidetested=1|It does not fire when the object is fizzled by other means such as {{ent|env_entity_dissolver}}.}}
[[Category:Output Templates|BaseEntity]]
}}
----
</noinclude>{{minititle|Model}}
{{IO|OnIgnite|Fired when the entity catches fire, such as from an {{ent|env_entity_igniter}} or the <code>Ignite</code> inputs.}}<!--
-->{{#if:{{{portal2|}}}|{{IO|OnFizzled|since=P2|Fired when this entity is fizzled by a [[fizzler]] or any other means. (Except the <code>Dissolve</code> input. Use <code>SilentDissolve</code> instead.)}}}}<noinclude>
{{IO|OnFizzled|since=P2|Fired when this entity is fizzled by a [[fizzler]] or any other means. (Except the <code>Dissolve</code> input. Use <code>SilentDissolve</code> instead.)}}</noinclude>

Latest revision as of 07:17, 20 May 2025

Outputs

OnIgnite  !FGD
!activator = !caller = this entity
Fired when the entity catches fire, such as from an env_entity_igniter or the Ignite inputs.
OnFizzled  (only in Portal 2)
!activator = !caller = this entity
Fired when this entity is fizzled by a trigger_portal_cleanser or, for prop_weighted_cube, the Dissolve or SilentDissolve inputs. :
Icon-Bug.pngBug:It does not fire when the object is fizzled by other means such as env_entity_dissolver.