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

Method character

src/monogatari.ts:1173–1175  ·  view source on GitHub ↗
(id: string, object: Partial<Character> | null = null)

Source from the content-addressed store, hash-verified

1171 }
1172
1173 static character (id: string, object: Partial<Character> | null = null): Character | undefined {
1174 return _character (this.asEngine (), id, object);
1175 }
1176
1177 static languageMetadata (language: string, object: { code?: string; icon?: string } | null = null): { code: string; icon: string } | Record<string, { code: string; icon: string }> | undefined {
1178 return _languageMetadata (this.asEngine (), language, object);

Callers 10

preloadMethod · 0.95
constructorMethod · 0.80
_setCharacterMethod · 0.80
displayNvlDialogMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
dialog.spec.jsFile · 0.80

Calls 1

asEngineMethod · 0.95

Tested by

no test coverage detected