DebugSettings

Visualizza obsoleti
non costruibile
configurazione
non navigabile

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

Sommario

Proprietà

  • sola lettura
    non replicato
    lettura parallela

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

  • sola lettura
    non replicato
    lettura parallela

    The number of instances active in the simulation.

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

  • sola lettura
    non replicato
    lettura parallela

    Returns the number of internal DataModel jobs actively being processed.

  • sola lettura
    non replicato
    lettura parallela

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

  • lettura parallela

    Whether or not sound warnings should be reported.

  • sola lettura
    non replicato
    lettura parallela

    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.

Proprietà

DataModel

sola lettura
non replicato
lettura parallela

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

InstanceCount

sola lettura
non replicato
lettura parallela

The number of instances active in the simulation.

IsScriptStackTracingEnabled

lettura parallela

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

JobCount

sola lettura
non replicato
lettura parallela

Returns the number of internal DataModel jobs actively being processed.

PlayerCount

sola lettura
non replicato
lettura parallela

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

ReportSoundWarnings

lettura parallela

Whether or not sound warnings should be reported.

RobloxVersion

sola lettura
non replicato
lettura parallela

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

TickCountPreciseOverride

lettura parallela

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

Metodi

Eventi