Show / Hide Table of Contents

Class QualityAssurance

Inheritance
System.Object
QualityAssurance
Namespace: Eco.Shared.Services
Assembly: Eco.Shared.dll
Syntax
public static class QualityAssurance : Object

Fields

AllowAllCommands

Declaration
public static bool AllowAllCommands
Field Value
Type Description
System.Boolean

AllowConnectWithVersionMismatch

Declaration
public static bool AllowConnectWithVersionMismatch
Field Value
Type Description
System.Boolean

DebugLocalizationEnabled

Declaration
public static bool DebugLocalizationEnabled
Field Value
Type Description
System.Boolean

DebugTooltipCache

Declaration
public static bool DebugTooltipCache
Field Value
Type Description
System.Boolean

DisconnectOnMissingRPC

Declaration
public static bool DisconnectOnMissingRPC
Field Value
Type Description
System.Boolean

PhysicsErrorDetectionLogsEnabled

Declaration
public static bool PhysicsErrorDetectionLogsEnabled
Field Value
Type Description
System.Boolean

QaLanguagesEnabled

Declaration
public static bool QaLanguagesEnabled
Field Value
Type Description
System.Boolean

SyncServerLogToClient

Declaration
public static bool SyncServerLogToClient
Field Value
Type Description
System.Boolean

TooltipDebugWatchdog

Declaration
public static bool TooltipDebugWatchdog
Field Value
Type Description
System.Boolean

TrackRepeatedValueNotifications

Declaration
public static bool TrackRepeatedValueNotifications
Field Value
Type Description
System.Boolean

Properties

DeveloperFeaturesEnabled

Declaration
public static bool DeveloperFeaturesEnabled { get; set; }
Property Value
Type Description
System.Boolean

Enabled

Declaration
public static bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

Status

Declaration
public static LocString Status { get; }
Property Value
Type Description
LocString

Methods

Initialize()

Called on server startup to initialize QA mode status according to build type and passed arguments.

Declaration
public static void Initialize()

LogQaOptions()

Log each bool QA option value.

Declaration
public static void LogQaOptions()

LogStatus()

Log current status of QA mode.

Declaration
public static void LogStatus()
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾