MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / settings

Method settings

src/monogatari.ts:1210–1216  ·  view source on GitHub ↗
(object: Partial<GameSettings> | null = null)

Source from the content-addressed store, hash-verified

1208 }
1209
1210 static settings (object: Partial<GameSettings> | null = null): GameSettings {
1211 if (object !== null) {
1212 this._settings = merge (this._settings, object);
1213 }
1214
1215 return this._settings;
1216 }
1217
1218 /**
1219 * Get a preference value by key

Callers 2

commands.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected