![]() |
Ark Server API (ASA) - Wiki
|
#include <IConsoleManager.h>
Inheritance diagram for FAutoConsoleObject:
Collaboration diagram for FAutoConsoleObject:Public Member Functions | |
| virtual | ~FAutoConsoleObject () |
| FORCEINLINE IConsoleVariable * | AsVariable () |
| FORCEINLINE const IConsoleVariable * | AsVariable () const |
Static Public Member Functions | |
| static TArray< const FAutoConsoleObject * > & | AccessGeneralShaderChangeCvars () |
| static TArray< const FAutoConsoleObject * > & | AccessMobileShaderChangeCvars () |
| static TArray< const FAutoConsoleObject * > & | AccessDesktopShaderChangeCvars () |
Protected Member Functions | |
| FAutoConsoleObject (IConsoleObject *InTarget) | |
Private Attributes | |
| IConsoleObject * | Target |
Base class for autoregistering console commands.
Definition at line 1068 of file IConsoleManager.h.
|
inlineprotected |
Constructor, saves the argument for future removal from the console variable system
Definition at line 1072 of file IConsoleManager.h.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinevirtual |
Destructor, removes the console object
Definition at line 1091 of file IConsoleManager.h.
Here is the call graph for this function:
|
static |
|
static |
|
static |
|
inline |
returns the contained console object as an IConsoleVariable
Definition at line 1101 of file IConsoleManager.h.
Here is the caller graph for this function:
|
inline |
returns the contained console object as an IConsoleVariable
Definition at line 1107 of file IConsoleManager.h.
Here is the caller graph for this function:
|
private |
Contained console object, cannot be 0
Definition at line 1115 of file IConsoleManager.h.