Model entity/Generic Keyvalues, Inputs and Outputs/Outputs: Difference between revisions
Jump to navigation
Jump to search
m (Nescius moved page Rendering and studio model related KIO/Outputs to Model entity/Generic Keyvalues, Inputs and Outputs/Outputs) |
|||
Line 1: | Line 1: | ||
== Outputs == | == Outputs == | ||
{{O|OnIgnite|nofgd=1|Fired when the entity catches fire, such as from an {{ent|env_entity_igniter}} or the <code>Ignite</code> inputs.}} | {{O|OnIgnite|activator = !caller = !self|caller=hide|nofgd=1|Fired when the entity catches fire, such as from an {{ent|env_entity_igniter}} or the <code>Ignite</code> inputs.}} | ||
{{O|OnFizzled|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|It does not fire when the object is fizzled by other means such as {{ent|env_entity_dissolver}}.}} | {{O|OnFizzled|activator = !caller = !self|caller=hide|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|It does not fire when the object is fizzled by other means such as {{ent|env_entity_dissolver}}.}} | ||
}} | }} |
Revision as of 01:39, 24 April 2025
Outputs
- OnIgnite !FGD
- !activator = !caller = !self
Fired when the entity catches fire, such as from an env_entity_igniter or theIgnite
inputs.
- OnFizzled (only in
)
- !activator = !caller = !self
Fired when this entity is fizzled by a trigger_portal_cleanser or, for prop_weighted_cube, the Dissolve or SilentDissolve inputs. :Bug:It does not fire when the object is fizzled by other means such as env_entity_dissolver. [todo tested in ?]