Template:I ToggleDraw: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(ToggleDraw input class)
 
m (→‎top: Substituted IO templates)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{ScrollBox|title=ToggleDraw|
<noinclude>{{lang|Template:I ToggleDraw}}</noinclude>{{ScrollBox|title=ToggleDraw|
{{IO|DisableDraw|Add the [[EF_NODRAW]] flag to this entity. Some entities manage this on their own so be aware you can override that value.|since=P2}}
{{I|DisableDraw|Add the [[EF_NODRAW]] flag to this entity. Some entities manage this on their own so be aware you can override that value.|since=P2}}
{{IO|EnableDraw|Remove the EF_NODRAW flag from this entity. Some entities manage this on their own so be aware you can override that value.|since=P2}}
{{I|EnableDraw|Remove the EF_NODRAW flag from this entity. Some entities manage this on their own so be aware you can override that value.|since=P2}}
}}<noinclude>
}}<noinclude>
[[Category:Input Templates|ToggleDraw]]
[[Category:Input Templates|ToggleDraw]]
</noinclude>
</noinclude>

Latest revision as of 12:57, 21 April 2025

ToggleDraw:
DisableDraw  (in all games since Portal 2)
Add the EF_NODRAW flag to this entity. Some entities manage this on their own so be aware you can override that value.
EnableDraw  (in all games since Portal 2)
Remove the EF_NODRAW flag from this entity. Some entities manage this on their own so be aware you can override that value.