Ark Server API (ASA) - Wiki
|
#include <IConsoleManager.h>
Public Member Functions | |
virtual void | OnCVarChange (int32 &Dest, int32 NewValue)=0 |
virtual void | OnCVarChange (float &Dest, float NewValue)=0 |
virtual void | OnCVarChange (bool &Dest, bool NewValue)=0 |
virtual void | OnCVarChange (FString &Dest, const FString &NewValue)=0 |
Interface to propagate changes of console variables to another thread
Definition at line 572 of file IConsoleManager.h.
|
pure virtual |