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

Dump globals: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Redirected page to Env global)
Tag: New redirect
 
(Removed redirect to Env global)
Tag: Removed redirect
Line 1: Line 1:
#REDIRECT [[env_global]]
{{stub}}
{{This is a|command|name=dump_globals}} It dumps all global states. Global states remain between map transitions and are used to store state of entities using [[globalname]] or by [[env_global]]. {{ent|logic_auto}} can be set to fire only if certain global state is ON.
 
== See also ==
* [[globalname]]
* [[env_global]]
* [[logic_auto]]

Revision as of 11:05, 30 March 2025

Stub

This article or section is a stub. You can help by expanding it.

dump_globals is a command available in all Source Source games. It dumps all global states. Global states remain between map transitions and are used to store state of entities using globalname or by env_global. logic_auto can be set to fire only if certain global state is ON.

See also