![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
#include <GUI_RepositorySelector.h>
Data Fields | |
| int | id |
| std::string | filename |
| int | size |
| ResFileInstallStatus | cached_install_status = ResFileInstallStatus::RFIS_UNKNOWN |
| std::string | cached_install_path |
Valid if cached_install_status == RFIS_INSTALLED | |
Definition at line 124 of file GUI_RepositorySelector.h.
| std::string RoR::GUI::ResourceFiles::cached_install_path |
Valid if cached_install_status == RFIS_INSTALLED
Definition at line 130 of file GUI_RepositorySelector.h.
| ResFileInstallStatus RoR::GUI::ResourceFiles::cached_install_status = ResFileInstallStatus::RFIS_UNKNOWN |
Definition at line 129 of file GUI_RepositorySelector.h.
| std::string RoR::GUI::ResourceFiles::filename |
Definition at line 127 of file GUI_RepositorySelector.h.
| int RoR::GUI::ResourceFiles::id |
Definition at line 126 of file GUI_RepositorySelector.h.
| int RoR::GUI::ResourceFiles::size |
Definition at line 128 of file GUI_RepositorySelector.h.