ReadonlyoptionProtected Static Readonly_Asset event emitter
Static Readonly_Cached text map
Protected StaticgameAssets game version text
assets game version text or undefined
Alias for emitter.on(eventName, listener).
ProtectedemitSynchronously calls each of the listeners registered for the event namedeventName, in the order they were registered, passing the supplied arguments to each.
Returns true if the event had listeners, false otherwise.
the name of the event.
arguments to pass to the listeners.
Adds the listener function to the end of the listeners array for the event named eventName.
No checks are made to see if the listener has already been added.
Multiple calls passing the same combination of eventNameand listener will result in the listener being added, and called, multiple times.
Adds a one-timelistener function for the event named eventName. The next time eventName is triggered, this listener is removed and then invoked.
Removes all listeners, or those of the specified eventName.
Optionalevent: ClientEvents | (keyof ClientEventMap) | Kthe name of the event.
Removes the specified listener from the listener array for the event namedeventName.
Static_Static_Get cached excel bin output by name
excelBinOutput name
cached excel bin output
Static_Get Json from cached excel bin output
excelBinOutput name
ID of character, etc
JSON
Static_Check if cached excel bin output exists by ID
excelBinOutput name
ID of character, etc
cached excel bin output exists
Static_Check if cached excel bin output exists by name
excelBinOutput name
cached excel bin output exists
Static_Search ID in CachedExcelBinOutput by text
excelBinOutput name
text
IDs
StaticdownloadDownload json file from URL and write to downloadFilePath Prevents file conflicts through concurrent access control
URL
download file path
Protected StaticsetSet excel bin output to cache
excelBinOutput names
true if an error occurs
Protected StaticsetChange cached languages
country code
true if an error occurs
Protected Staticupdate
Main client for the Genshin Manager library
Description
This is the main body of
Genshin-Managerwhere cache information is stored