Template:I ToggleDraw: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(ToggleDraw input class)
 
(add {{Lang}})
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}}
{{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}}
{{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}}
{{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}}

Revision as of 04:20, 21 August 2022

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.