This article's documentation is for anything that uses the Source engine. Click here for more information.

Showtriggers toggle: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(see also)
Line 4: Line 4:


== See Also ==
== See Also ==
* [[CBaseTrigger]]
* [[showtriggers]]
* [[showtriggers]]
[[Category:CBaseTrigger]]

Revision as of 10:35, 13 June 2024

showtriggers_toggle is a console command available in all Source Source games. It is used to switch the visibility of trigger based entities.

Entity classname can be specified as first parameter to choose which triggers' visibility to toggle (for example showtriggers_toggle trigger_hurt).

See Also