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 219 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 225 of file CacheSystem.h.
std::string RoR::CreateProjectRequest::cpr_name |
Directory and also the mod file (without extension).
Definition at line 224 of file CacheSystem.h.
bool RoR::CreateProjectRequest::cpr_overwrite |
Definition at line 229 of file CacheSystem.h.
ActorPtr RoR::CreateProjectRequest::cpr_source_actor |
Only for type SAVE_TUNEUP
Definition at line 227 of file CacheSystem.h.
CacheEntryPtr RoR::CreateProjectRequest::cpr_source_entry |
The original mod to copy files from.
Definition at line 226 of file CacheSystem.h.
CreateProjectRequestType RoR::CreateProjectRequest::cpr_type = CreateProjectRequestType::NONE |
Definition at line 228 of file CacheSystem.h.