Ark Server API (ASA) - Wiki
|
#include <IConsoleManager.h>
Public Member Functions | |
FAutoConsoleCommandWithWorldAndArgs (const TCHAR *Name, const TCHAR *Help, const FConsoleCommandWithWorldAndArgsDelegate &Command, uint32 Flags=ECVF_Default) | |
Additional Inherited Members | |
Private Member Functions inherited from FAutoConsoleObject | |
virtual | ~FAutoConsoleObject () |
FORCEINLINE IConsoleVariable * | AsVariable () |
FORCEINLINE const IConsoleVariable * | AsVariable () const |
FAutoConsoleObject (IConsoleObject *InTarget) | |
Static Private Member Functions inherited from FAutoConsoleObject | |
static TArray< const FAutoConsoleObject * > & | AccessGeneralShaderChangeCvars () |
static TArray< const FAutoConsoleObject * > & | AccessMobileShaderChangeCvars () |
static TArray< const FAutoConsoleObject * > & | AccessDesktopShaderChangeCvars () |
Autoregistering console command with a world and arguments
Definition at line 1803 of file IConsoleManager.h.
|
inline |
Register a console command that takes arguments and a world argument
Name | The name of this command (must not be nullptr) |
Help | Help text for this command |
Command | The user function to call when this command is executed |
Flags | Optional flags bitmask |
Definition at line 1814 of file IConsoleManager.h.