Add keybinds for openening a specified component in VV (#41348)
* quick inspect * Update Content.Client/Commands/QuickInspectCommand.cs Co-authored-by: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com> * documentation!!! --------- Co-authored-by: Kyle Tyo <36606155+VerinSenpai@users.noreply.github.com>
This commit is contained in:
13
Content.Shared/CCVar/CCVars.Debug.cs
Normal file
13
Content.Shared/CCVar/CCVars.Debug.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using Robust.Shared.Configuration;
|
||||
|
||||
namespace Content.Shared.CCVar;
|
||||
|
||||
public sealed partial class CCVars
|
||||
{
|
||||
/// <summary>
|
||||
/// Component to be inspected using the "Quick Inspect Component" keybind.
|
||||
/// Set by the "quickinspect" command.
|
||||
/// </summary>
|
||||
public static readonly CVarDef<string> DebugQuickInspect =
|
||||
CVarDef.Create("debug.quick_inspect", "", CVar.CLIENTONLY | CVar.ARCHIVE);
|
||||
}
|
||||
Reference in New Issue
Block a user