FCVAR NOTIFY: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Added a link to a section of another article which goes more in-depth with FCVAR flags. (apologies if I did it incorrectly, I'm a bit of a wiki editing noob!))
m (→‎See also: clean up, replaced: See Also → See also)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:FCVAR_NOTIFY}}
{{DISPLAYTITLE:FCVAR_NOTIFY}}
If this flag is applied to a [[ConVar]], the [[Source]] engine will notify all players when it's changed.
If this flag is applied to a [[ConVar]], the [[Source]] engine will notify all players when it's changed. It is also included in [[Server queries]].


==See Also==
==See also==
[[Developer Console Control#The FCVAR flags]]
[[Developer_Console_Control#The FCVAR flags|Developer Console Control]]


[[Category:Constants]]
[[Category:Constants]]

Latest revision as of 04:31, 4 January 2024

If this flag is applied to a ConVar, the Source engine will notify all players when it's changed. It is also included in Server queries.

See also

Developer Console Control