DebugSettings

Afficher les obsolètes
création impossible
paramètres
non navigable

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

Résumé

Propriétés

  • lecture uniquement
    non répliqué
    lecture parallèle

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

  • lecture uniquement
    non répliqué
    lecture parallèle

    The number of instances active in the simulation.

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

  • lecture uniquement
    non répliqué
    lecture parallèle

    Returns the number of internal DataModel jobs actively being processed.

  • lecture uniquement
    non répliqué
    lecture parallèle

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

  • lecture parallèle

    Whether or not sound warnings should be reported.

  • lecture uniquement
    non répliqué
    lecture parallèle

    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.

Propriétés

DataModel

lecture uniquement
non répliqué
lecture parallèle

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

InstanceCount

lecture uniquement
non répliqué
lecture parallèle

The number of instances active in the simulation.

IsScriptStackTracingEnabled

lecture parallèle

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

JobCount

lecture uniquement
non répliqué
lecture parallèle

Returns the number of internal DataModel jobs actively being processed.

PlayerCount

lecture uniquement
non répliqué
lecture parallèle

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

ReportSoundWarnings

lecture parallèle

Whether or not sound warnings should be reported.

RobloxVersion

lecture uniquement
non répliqué
lecture parallèle

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

TickCountPreciseOverride

lecture parallèle

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

Méthodes

Évènements