![]() |
RigsofRods
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 |
Creates subdirectory in 'My Games\Rigs of Rods\projects', pre-populates it with files and adds modcache entry.
Definition at line 204 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 210 of file CacheSystem.h.
std::string RoR::CreateProjectRequest::cpr_name |
Directory and also the mod file (without extension).
Definition at line 209 of file CacheSystem.h.
bool RoR::CreateProjectRequest::cpr_overwrite |
Definition at line 214 of file CacheSystem.h.
ActorPtr RoR::CreateProjectRequest::cpr_source_actor |
Only for type SAVE_TUNEUP
Definition at line 212 of file CacheSystem.h.
CacheEntryPtr RoR::CreateProjectRequest::cpr_source_entry |
The original mod to copy files from.
Definition at line 211 of file CacheSystem.h.
CreateProjectRequestType RoR::CreateProjectRequest::cpr_type = CreateProjectRequestType::NONE |
Definition at line 213 of file CacheSystem.h.