Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FAutoConsoleCommandWithWorld Class Reference

#include <IConsoleManager.h>

+ Inheritance diagram for FAutoConsoleCommandWithWorld:
+ Collaboration diagram for FAutoConsoleCommandWithWorld:

Public Member Functions

 FAutoConsoleCommandWithWorld (const TCHAR *Name, const TCHAR *Help, const FConsoleCommandWithWorldDelegate &Command, uint32 Flags=ECVF_Default)
 

Additional Inherited Members

- Private Member Functions inherited from FAutoConsoleObject
virtual ~FAutoConsoleObject ()
 
FORCEINLINE IConsoleVariableAsVariable ()
 
FORCEINLINE const IConsoleVariableAsVariable () 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 ()
 

Detailed Description

Autoregistering console command with a world

Definition at line 1781 of file IConsoleManager.h.

Constructor & Destructor Documentation

◆ FAutoConsoleCommandWithWorld()

FAutoConsoleCommandWithWorld::FAutoConsoleCommandWithWorld ( const TCHAR * Name,
const TCHAR * Help,
const FConsoleCommandWithWorldDelegate & Command,
uint32 Flags = ECVF_Default )
inline

Register a console command that takes a world argument

Parameters
NameThe name of this command (must not be nullptr)
HelpHelp text for this command
CommandThe user function to call when this command is executed
FlagsOptional flags bitmask

Definition at line 1792 of file IConsoleManager.h.

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: