FCVAR NOTIFY: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
m (→‎See also: clean up, replaced: See Also → See also)
 
Line 2: Line 2:
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]].
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]]
[[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