Status Icons (#17529)
This commit is contained in:
@@ -273,6 +273,18 @@ namespace Content.Shared.CCVar
|
||||
public static readonly CVarDef<bool> GameTableBonk =
|
||||
CVarDef.Create("game.table_bonk", false, CVar.REPLICATED);
|
||||
|
||||
/// <summary>
|
||||
/// Whether or not status icons are rendered for everyone.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> GlobalStatusIconsEnabled =
|
||||
CVarDef.Create("game.global_status_icons_enabled", true, CVar.SERVER | CVar.REPLICATED);
|
||||
|
||||
/// <summary>
|
||||
/// Whether or not status icons are rendered on this specific client.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<bool> LocalStatusIconsEnabled =
|
||||
CVarDef.Create("game.local_status_icons_enabled", true, CVar.CLIENTONLY);
|
||||
|
||||
#if EXCEPTION_TOLERANCE
|
||||
/// <summary>
|
||||
/// Amount of times round start must fail before the server is shut down.
|
||||
|
||||
Reference in New Issue
Block a user