From bd4119d0d70567325e7e979a3305f6d631c98dad Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Wed, 11 May 2022 17:03:30 +0100 Subject: make cvar print work on dedi, move demo fix stuff, add findflags --- NorthstarDedicatedTest/commandprint.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 NorthstarDedicatedTest/commandprint.h (limited to 'NorthstarDedicatedTest/commandprint.h') diff --git a/NorthstarDedicatedTest/commandprint.h b/NorthstarDedicatedTest/commandprint.h new file mode 100644 index 00000000..803cccc4 --- /dev/null +++ b/NorthstarDedicatedTest/commandprint.h @@ -0,0 +1,6 @@ +#pragma once +#include "concommand.h" + +void PrintCommandHelpDialogue(const ConCommandBase* command, const char* name); +void TryPrintCvarHelpForCommand(const char* pCommand); +void InitialiseCommandPrint(); \ No newline at end of file -- cgit v1.2.3