Skip to main content

needs.freeze_all_system

Overview

  • Freezes or unfreezes the needs system globally.

Metadata

FieldValue
DisplayFreeze All Needs System
Categoryneeds
AccessUserCheat
ScopeB2Authority
Tags
AliasesFreezeAllNeedsSystem

Parameters

NameTypeRequiredDefaultDescription
enableboolyesTrue to freeze the needs system

Returns

  • Return shape is not declared for this command.

Usage

await inzoi.cli.execute('needs.freeze_all_system', {
enable: false,
});