R cleardecals: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 3: Line 3:
Permanent is an omittable [[boolean]] argument which specifies whether or not to clear permanent decals as well (i.e. [[infodecal]]s).
Permanent is an omittable [[boolean]] argument which specifies whether or not to clear permanent decals as well (i.e. [[infodecal]]s).


There are no available engine hooks for executing this command, so the best way to execute it on a client is using <code>engine->ClientCmd</code>.
There are no available engine hooks for executing this command, so the best way to execute it on a client is using <code>engine->ClientCommand</code>.
[[Category:Console Commands]]
[[Category:Console Commands]]

Revision as of 22:57, 19 June 2006

Template:Wrongtitle Syntax: r_cleardecals <permanent> Permanent is an omittable boolean argument which specifies whether or not to clear permanent decals as well (i.e. infodecals).

There are no available engine hooks for executing this command, so the best way to execute it on a client is using engine->ClientCommand.