Click or drag to resize
ConfigStorage Fields

The ConfigStorage type exposes the following members.

Fields
  NameDescription
Public fieldConfigFolderPath
Path to hold the config storage files, relative to the GameData folder.
Public fieldFilesFormat
Config files format.
Public fieldMaxRecordsInCache
Max records we allow to store in cache.
Public fieldUseKeysHashAsFilename
If true, will use keys hash as filenames. If false, filenames will just be the keys (watch out not to give keys that cannot be a valid filename!).
Top
See Also