Crate openmw_cfg

Source

Structs§

Ini
Ini struct

Enums§

Error
VFSFile

Functions§

config_path
Returns the path of openmw.cfg
find_file
Searches the openmw vfs for the given file Returns the absolute path of the file within the VFS
find_file_or_archive
Searches the openmw vfs for the given file Returns the absolute path of the file within the VFS If the file is within an archive, returns the path of the archive
get_archives
Returns the absolute paths of the fallback-archives listed in openmw.cfg
get_config
Returns an Ini object for openmw.cfg
get_data_dirs
Returns the data directories listed in openmw.cfg
get_encoding
Fetches encoding from openmw.cfg
get_plugins
Returns the absolute paths of the plugins listed in openmw.cfg
read_file
Searches the openmw vfs for the given file and returns its contents