DebugSettings

非推奨を表示
作成できません
設定
閲覧できません

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

概要

プロパティ

  • 読み取り専用
    複製されていません
    並列読み取り

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

  • 読み取り専用
    複製されていません
    並列読み取り

    The number of instances active in the simulation.

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

  • 読み取り専用
    複製されていません
    並列読み取り

    Returns the number of internal DataModel jobs actively being processed.

  • 読み取り専用
    複製されていません
    並列読み取り

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

  • 並列読み取り

    Whether or not sound warnings should be reported.

  • 読み取り専用
    複製されていません
    並列読み取り

    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.

プロパティ

DataModel

読み取り専用
複製されていません
並列読み取り

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

InstanceCount

読み取り専用
複製されていません
並列読み取り

The number of instances active in the simulation.

IsScriptStackTracingEnabled

並列読み取り

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

JobCount

読み取り専用
複製されていません
並列読み取り

Returns the number of internal DataModel jobs actively being processed.

PlayerCount

読み取り専用
複製されていません
並列読み取り

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

ReportSoundWarnings

並列読み取り

Whether or not sound warnings should be reported.

RobloxVersion

読み取り専用
複製されていません
並列読み取り

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

TickCountPreciseOverride

並列読み取り

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

方法

イベント