CachedAssetsManager
Index
Constructors
Properties
Methods
Constructors
constructor
Parameters
client: StarRail
Returns CachedAssetsManager
Properties
_cacheUpdater
readonly_contentsSrc
_githubCache
_isFetching
readonly_langs
List of supported languages
cacheDirectoryPath
Path of directory where StarRail cache data is stored
readonlyclient
The client that instantiated this
readonlydefaultCacheDirectoryPath
Default path of StarRail cache data directory
Methods
_downloadCacheZip
Download the zip file, which contains StarRail cache data, from https://raw.githubusercontent.com/yuko1101/starrail.js/main/cache.zip
Parameters
options: { ghproxy?: boolean } = {}
Returns Promise<void>
activateAutoCacheUpdater
Parameters
options: { ghproxy?: boolean; instant?: boolean; onError?: (error: Error) => Promise<void>; onUpdateEnd?: () => Promise<void>; onUpdateStart?: () => Promise<void>; timeout?: number; useRawStarRailData?: boolean } = {}
Returns void
cacheDirectorySetup
Create the necessary folders and files, and if the directory cacheDirectoryPath did not exist, move the cache files from the default path.
Returns Promise<void>
checkForUpdates
Parameters
useRawStarRailData: boolean = false
Whether to fetch from github repo (https://github.com/Dimbreath/StarRailData) instead of downloading cache.zip
Returns Promise<boolean>
Whether the game data update is available or not.
deactivateAutoCacheUpdater
Disables the updater activated by activateAutoCacheUpdater
Returns void
fetchAllContents
Parameters
options: { ghproxy?: boolean; useRawStarRailData?: boolean }
Returns Promise<void>
fetchLanguageData
Obtains a text map for a specific language.
Parameters
lang: LanguageCode
Returns Promise<{}>
getJSONDataPath
Parameters
name: string
without extensions (.json)
Returns string
excel bin file path
getLanguageData
Parameters
lang: LanguageCode
Returns {}
text map for a specific language
[key string]: string
getLanguageDataPath
Parameters
lang: LanguageCode
Returns string
text map file path for a specific language
getObjectKeysManager
Returns ObjectKeysManager
ObjectKeysManager of this
getStarRailCacheData
Parameters
name: string
without extensions (.json)
Returns {}
[key string]: JsonObject
hasAllContents
Returns boolean
whether all StarRail cache data files exist.
refreshAllData
Clean memory of cache data. Then reload data that was loaded before the clean if
reload
is true. Ifreload
is false, load each file as needed.Parameters
reload: boolean = false
Returns void
removeUnusedTextData
Remove all unused text map entries
Parameters
data: {}
langsData: LanguageMap
showLog: boolean = true
Returns LanguageMap
updateContents
Parameters
options: { ghproxy?: boolean; onUpdateEnd?: () => Promise<void>; onUpdateStart?: () => Promise<void>; useRawStarRailData?: boolean } = {}
Returns Promise<void>
true if there were any updates, false if there were no updates.
List of the names of the files this library uses