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

From Valve Developer Community
Jump to navigation Jump to search
m (spacing fix)
(minititle)
Line 4: Line 4:
[[Category:Output Templates|BaseEntity]]
[[Category:Output Templates|BaseEntity]]
----
----
</noinclude>
</noinclude>{{minititle|BaseAnimating}}
{{IO|OnIgnite|Fired when the entity catches fire, such as from an {{ent|env_entity_igniter}} or the <code>Ignite</code> inputs.}}<!--
{{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>
-->{{#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>
{{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>

Revision as of 19:07, 4 September 2018

This template is our holder for all outputs assigned through CBaseAnimating.

Add |portal2=1 to display the OnFizzled output for entities that are usable in Portal 2.


BaseAnimating:

OnIgnite
Fired when the entity catches fire, such as from an env_entity_igniter or the Ignite inputs.
OnFizzled  (in all games since Portal 2)
Fired when this entity is fizzled by a fizzler or any other means. (Except the Dissolve input. Use SilentDissolve instead.)