I'm compiling with visual studio C++ and I was wondering how do you run a command like !set type all gold or !set temp all 9999 or something like that? I assumed it was this line:
ConsoleCommand(command, returnCode, commandInterface->GetLastError())
but it's probably wrong as it doesn't work. Can anyone help me?
help