Rigs of Rods 2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
CacheSystemClass.h
Go to the documentation of this file.
1
2 // =================================================== //
3 // THIS IS NOT A C++ HEADER! Only a dummy for Doxygen. //
4 // =================================================== //
5
6namespace Script2Game {
7
21{
25 CacheEntryClass @findEntryByFilename(LoaderType type, bool partial, const string &in _filename_maybe_bundlequalified);
26
30 CacheEntryClass @getEntryByNumber(int);
31
37 dictionary@ query(dictionary@ query);
38}
39
42
43} //namespace Script2Game
Binding of RoR::CacheSystem; A database of all installed game content, allowing search and live updat...
CacheEntryClass findEntryByFilename(LoaderType type, bool partial, const string &in _filename_maybe_bundlequalified)
Returns null if none found; "Bundle-qualified" format also specifies the ZIP/directory in modcache,...
dictionary query(dictionary@ query)
Searches the installed content - syntax is exactly the same as used by the Loader UI.
CacheEntryClass getEntryByNumber(int)
Returns null if such number doesn't exist.
Pseudo-namespace; it doesn't exist in code or script runtime, only in this documentation.
LoaderType
Binding of RoR::LoaderType; Search mode for CacheSystemClass::Query() & Operation mode for RoR::GUI::...
Definition LoaderType.h:20