Template:I DynamicProp: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(add {{lang}})
(Replaced content with "{{delete|unneeded}}")
Tag: Replaced
Line 1: Line 1:
<noinclude>{{lang|Template:I DynamicProp}}
{{delete|unneeded}}
*<code>l4d2=1</code> shows inputs that are for l4d2 only. Similar ones are in CSGO, but they do ''not'' work!
*<code>preasw=1</code> hides SetAnimationNoReset and FadeAndKill.</noinclude>{{minititle|DynamicProp}}
{{IO|SetAnimation|param=string|Forces the prop to play the named animation.}}
{{IO|SetDefaultAnimation|param=string|Changes the animation played when not in a random/forced sequence.}}
{{IO|SetPlaybackRate|param=float|Sets the framerate at which animations are played.}}
{{IO|TurnOff|Hides the prop through {{ent|EF_NODRAW}}. The <code>Disable</code> input does the exact same thing.}}
{{IO|TurnOn|Shows the prop (by removing {{ent|EF_NODRAW}}). The <code>Enable</code> input does the exact same thing.}}
{{IO|DisableCollision|Tells the prop to no longer be solid.}}
{{IO|EnableCollision|Tells the prop to become solid again.}}<!--
-->{{#ifeq:{{{l4d2}}}|1|{{IO|StartGlowing|Enable any set glow effects on this prop.}}
{{IO|StopGlowing|Disable any glow effects on this prop.}}|}}<!--
-->{{#ifeq:{{{preasw}}}|1||{{IO|SetAnimationNoReset|param=string|since=AS|Force the prop to play an animation unless the prop is already playing the animation. The parameter should be the name of the animation.}}
{{IO|FadeAndKill|since=P2|Fade out then remove this prop.}}|}}<noinclude>
[[Category:Input Templates|DynamicProp]]
</noinclude>

Revision as of 15:23, 30 June 2024

Warning icon.png
This template has been marked as a candidate for speedy deletion for the following reason:
unneeded
If you object to this decision, then please discuss why here (If you make a discussion section also create this redirect page). If this page doesn't meet the criteria for speedy deletion, then please remove this notice, but do not remove it from pages that you have created yourself
Administrators / Moderators - Remember to check if anything links here and the page history before deleting.