DebugSettings

Mostrar obsoleto
não criável
configurações
não navegável

The DebugSettings allows you to view diagnostics information regarding Roblox. It is labeled as Diagnostics in the Roblox Studio Settings menu.

Resumo

Propriedades

  • somente leitura
    não replicado
    ler parallel

    Describes whether a DataModel is actively in memory, as an integer (where 1 = true, and 0 = false).

  • somente leitura
    não replicado
    ler parallel

    The number of instances active in the simulation.

  • Whether or not a stacktrace is displayed in the output for an error.

  • somente leitura
    não replicado
    ler parallel

    Returns the number of internal DataModel jobs actively being processed.

  • somente leitura
    não replicado
    ler parallel

    The number of players currently in the active game-instance.

  • Whether or not sound warnings should be reported.

  • somente leitura
    não replicado
    ler parallel

    The current client version of Roblox. Can also be retrieved by using the version() function.

  • Sets the internal sampling method used to measure elapsed time with consistency across platforms.

Propriedades

DataModel

somente leitura
não replicado
ler parallel

Describes whether a DataModel is actively in memory, as an integer (where 1 = true, and 0 = false).

InstanceCount

somente leitura
não replicado
ler parallel

The number of instances active in the simulation.

IsScriptStackTracingEnabled

ler parallel

Whether or not a stacktrace is displayed in the output for an error.

JobCount

somente leitura
não replicado
ler parallel

Returns the number of internal DataModel jobs actively being processed.

PlayerCount

somente leitura
não replicado
ler parallel

The number of players currently in the active game-instance.

ReportSoundWarnings

ler parallel

Whether or not sound warnings should be reported.

RobloxVersion

somente leitura
não replicado
ler parallel

The current client version of Roblox. Can also be retrieved by using the version() function.

TickCountPreciseOverride

ler parallel

Sets the internal sampling method used to measure elapsed time with consistency across platforms.

Métodos

Eventos