![]() |
RigsofRods
2023.09
Soft-body Physics Simulation
|
Creates subdirectory in 'My Games\Rigs of Rods\projects', pre-populates it with files and adds modcache entry. More...
#include <CacheSystem.h>
Public Member Functions | |
| CreateProjectRequest () | |
| ~CreateProjectRequest () | |
Data Fields | |
| std::string | cpr_name |
| Directory and also the mod file (without extension). More... | |
| std::string | cpr_description |
| Optional, implemented for tuneups. More... | |
| CacheEntryPtr | cpr_source_entry |
| The original mod to copy files from. More... | |
| ActorPtr | cpr_source_actor |
Only for type SAVE_TUNEUP More... | |
| CreateProjectRequestType | cpr_type = CreateProjectRequestType::NONE |
| bool | cpr_overwrite = false |
Creates subdirectory in 'My Games\Rigs of Rods\projects', pre-populates it with files and adds modcache entry.
Definition at line 211 of file CacheSystem.h.
| CreateProjectRequest::CreateProjectRequest | ( | ) |
Definition at line 110 of file CacheSystem.cpp.
| CreateProjectRequest::~CreateProjectRequest | ( | ) |
Definition at line 115 of file CacheSystem.cpp.
| std::string RoR::CreateProjectRequest::cpr_description |
Optional, implemented for tuneups.
Definition at line 217 of file CacheSystem.h.
| std::string RoR::CreateProjectRequest::cpr_name |
Directory and also the mod file (without extension).
Definition at line 216 of file CacheSystem.h.
| bool RoR::CreateProjectRequest::cpr_overwrite = false |
Definition at line 221 of file CacheSystem.h.
| ActorPtr RoR::CreateProjectRequest::cpr_source_actor |
Only for type SAVE_TUNEUP
Definition at line 219 of file CacheSystem.h.
| CacheEntryPtr RoR::CreateProjectRequest::cpr_source_entry |
The original mod to copy files from.
Definition at line 218 of file CacheSystem.h.
| CreateProjectRequestType RoR::CreateProjectRequest::cpr_type = CreateProjectRequestType::NONE |
Definition at line 220 of file CacheSystem.h.
1.8.17