![]() |
RigsofRods
Soft-body Physics Simulation
|
#include <CacheSystem.h>
Public Member Functions | |
void | resetResults () |
Data Fields | |
RoR::LoaderType | cqy_filter_type = RoR::LoaderType::LT_None |
int | cqy_filter_category_id = CacheCategoryId::CID_All |
std::string | cqy_filter_guid |
Exact match (case-insensitive); leave empty to disable. More... | |
std::string | cqy_filter_target_filename |
Exact match (case-insensitive); leave empty to disable (currently only used with addonparts) More... | |
CacheSearchMethod | cqy_search_method = CacheSearchMethod::NONE |
std::string | cqy_search_string |
std::vector< CacheQueryResult > | cqy_results |
std::map< int, size_t > | cqy_res_category_usage |
Total usage (ignores search params + category filter) More... | |
std::time_t | cqy_res_last_update = std::time_t() |
Definition at line 167 of file CacheSystem.h.
|
inline |
int RoR::CacheQuery::cqy_filter_category_id = CacheCategoryId::CID_All |
Definition at line 170 of file CacheSystem.h.
std::string RoR::CacheQuery::cqy_filter_guid |
Exact match (case-insensitive); leave empty to disable.
Definition at line 171 of file CacheSystem.h.
std::string RoR::CacheQuery::cqy_filter_target_filename |
Exact match (case-insensitive); leave empty to disable (currently only used with addonparts)
Definition at line 172 of file CacheSystem.h.
RoR::LoaderType RoR::CacheQuery::cqy_filter_type = RoR::LoaderType::LT_None |
Definition at line 169 of file CacheSystem.h.
std::map<int, size_t> RoR::CacheQuery::cqy_res_category_usage |
Total usage (ignores search params + category filter)
Definition at line 177 of file CacheSystem.h.
std::time_t RoR::CacheQuery::cqy_res_last_update = std::time_t() |
Definition at line 178 of file CacheSystem.h.
std::vector<CacheQueryResult> RoR::CacheQuery::cqy_results |
Definition at line 176 of file CacheSystem.h.
CacheSearchMethod RoR::CacheQuery::cqy_search_method = CacheSearchMethod::NONE |
Definition at line 173 of file CacheSystem.h.
std::string RoR::CacheQuery::cqy_search_string |
Definition at line 174 of file CacheSystem.h.