@fffffffxxxxxxx/league_record_types
v1.18.1
Published
Typescript type definitions for the LeagueRecord settings.json file as well as the video metadata .json files
Downloads
9
Readme
LeagueRecord Typescript definitions
This package contains Typescript definitions for the settings file in %APPDATA%/fx.LeagueRecord/ (Settings type) as well as the metadata files {videoName}.json (GameData type) used for storing information about the recordings.
This package has no dependencies and is just for type hints when working with said files.
[!IMPORTANT]
Version X.Y.Z of the Typescript definitions is only garuanteed to be correct for.jsonfiles written by the same version of LeagueRecord
Changelog
- 1.18.0:
GameDatais nowGameMetadataand basically all the types related to it changed. The type for the settings.json file had a new propertyonlyRecordRankedadded. - 1.17.0: Changed
EventNamedragon names from{Type}-Dragonto{Type}Dragon- so for exampleInfernal-Dragonis nowInfernalDragon
