Template:I visiblebrush: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (→‎top: Substituted IO templates)
 
Line 1: Line 1:
{{IO|SetDamageFilter|param=targetname|Sets a [[filter]] for this entity for when it receives damage.}}
{{I|SetDamageFilter|param=targetname|Sets a [[filter]] for this entity for when it receives damage.}}
{{IO|EnableDamageForces|Allows the entity to be pushed by damage done to it (usually force amount correlates with the damage done).}}
{{I|EnableDamageForces|Allows the entity to be pushed by damage done to it (usually force amount correlates with the damage done).}}
{{IO|DisableDamageForces|Prevents the entity from being pushed by damage done to it.}}
{{I|DisableDamageForces|Prevents the entity from being pushed by damage done to it.}}


{{todo|move/mention at proper place}}
{{todo|move/mention at proper place}}

Latest revision as of 12:58, 21 April 2025

SetDamageFilter <targetname>
Sets a filter for this entity for when it receives damage.
EnableDamageForces
Allows the entity to be pushed by damage done to it (usually force amount correlates with the damage done).
DisableDamageForces
Prevents the entity from being pushed by damage done to it.
Todo: move/mention at proper place