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

Method asEngine

src/monogatari.ts:167–169  ·  view source on GitHub ↗

* Returns the class typed as VisualNovelEngine. * This enables type-safe access while allowing external users to extend * the VisualNovelEngine interface via declaration merging. * * @internal

()

Source from the content-addressed store, hash-verified

165 * @internal
166 */
167 private static asEngine(): VisualNovelEngine {
168 return this as unknown as VisualNovelEngine;
169 }
170
171 static _languageMetadata: Record<string, { code: string; icon: string }> = {};
172 static _events: Record<string, unknown> = {};

Callers 15

stringMethod · 0.95
registerActionMethod · 0.95
registerComponentMethod · 0.95
assetsMethod · 0.95
assetMethod · 0.95
audioBufferCacheMethod · 0.95
audioBufferUncacheMethod · 0.95
audioBufferClearCacheMethod · 0.95
imageCacheMethod · 0.95
imageUncacheMethod · 0.95
imageClearCacheMethod · 0.95
clearAllCachesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected