|
enum class | Mode : int { Unknown = 0
, Debugger = 1
, Profiler = 2
, Diagnostics = 3
} |
|
enum class | DebuggerAction : int { Listen = 0
, Connect = 1
, Close = 2
} |
|
enum class | ProfilerAction : int { Start = 0
, Stop = 1
} |
|
enum class | DiagnosticsAction : int { StartCapture = 0
, StopCapture = 1
} |
|
|
ServerScriptDebugCommand & | operator= (ServerScriptDebugCommand const &) |
|
| ServerScriptDebugCommand (ServerScriptDebugCommand const &) |
|
virtual void | execute (::CommandOrigin const &, ::CommandOutput &output) const |
|
MCAPI void | $execute (::CommandOrigin const &, ::CommandOutput &output) const |
|
MCAPI void | _handleDebuggerAttach (::IScriptDebugger *debugger, ::std::string const &locPrefix, ::ScriptDebugCommand::DebuggerAction action, ::std::string const &host, ushort port, ::CommandOutput &output) const |
|
MCAPI void | _handleDiagnosticsAction (::ScriptDiagnosticsPublishToFile *diagnosticsPublishToFile, ::std::string const &locPrefix, ::ScriptDebugCommand::DiagnosticsAction action, ::CommandOutput &output) const |
|
MCAPI void | _handleProfilerAction (::IScriptDebugger *debugger, ::std::string const &locPrefix, ::ScriptDebugCommand::ProfilerAction action, ::CommandOutput &output) const |
|
MCFOLD void | $dtor () |
|
LLNDAPI std::string | getCommandName () const |
|
virtual bool | collectOptionalArguments () |
|
MCAPI void | run (::CommandOrigin const &origin, ::CommandOutput &output) const |
|
MCAPI void | sendTelemetry (::CommandOrigin const &origin, ::CommandOutput &output) const |
|
MCAPI bool | shouldSendTelemetry (::CommandOrigin const &origin) const |
|
MCFOLD bool | $collectOptionalArguments () |
|
|
static MCAPI ::ScriptDiagnosticsPublishToFile *& | sDiagnosticsPublishToFile () |
|
static MCAPI ::std::optional< ushort > & | sForcedPort () |
|
static MCAPI ::IScriptDebugger *& | sServerScriptDebugger () |
|
static MCAPI void ** | $vftable () |
|
static MCAPI bool | isTemplateLockedAction (::CommandOrigin const &origin) |
|
static MCAPI bool | isWildcard (::CommandSelectorBase const &selector) |
|
static MCAPI bool | shouldUseCommandOriginRotation (::CommandOrigin const &origin, int version) |
|
static MCAPI bool | validRange (float input, float low, float high, ::CommandOutput &output) |
|
static MCAPI bool | validRange (int input, int low, int high, ::CommandOutput &output) |
|
static MCAPI ::std::string const & | WILDCARD_TOKEN () |
|
|
::ll::UntypedStorage< 4, 4 > | mUnkbe492c |
|
::ll::UntypedStorage< 4, 4 > | mUnk16a659 |
|
::ll::UntypedStorage< 4, 4 > | mUnk79156f |
|
::ll::UntypedStorage< 4, 4 > | mUnke39369 |
|
::ll::UntypedStorage< 8, 32 > | mUnkb35c35 |
|
::ll::UntypedStorage< 4, 4 > | mUnk9e0646 |
|
::ll::TypedStorage< 4, 4, int > | mVersion |
|
::ll::TypedStorage< 8, 8, ::CommandRegistry const * > | mRegistry |
|
::ll::TypedStorage< 4, 4, int > | mCommandSymbol |
|
::ll::TypedStorage< 1, 1, ::CommandPermissionLevel > | mPermissionLevel |
|
::ll::TypedStorage< 2, 2, ::CommandFlag > | mFlags |
|
◆ execute()
The documentation for this class was generated from the following file: