RigsofRods
Soft-body Physics Simulation
Public Member Functions | Data Fields
RoR::CreateProjectRequest Struct Reference

Creates subdirectory in 'My Games\Rigs of Rods\projects', pre-populates it with files and adds modcache entry. More...

#include <CacheSystem.h>

+ Collaboration diagram for RoR::CreateProjectRequest:

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ CreateProjectRequest()

CreateProjectRequest::CreateProjectRequest ( )

Definition at line 110 of file CacheSystem.cpp.

◆ ~CreateProjectRequest()

CreateProjectRequest::~CreateProjectRequest ( )

Definition at line 115 of file CacheSystem.cpp.

Field Documentation

◆ cpr_description

std::string RoR::CreateProjectRequest::cpr_description

Optional, implemented for tuneups.

Definition at line 217 of file CacheSystem.h.

◆ cpr_name

std::string RoR::CreateProjectRequest::cpr_name

Directory and also the mod file (without extension).

Definition at line 216 of file CacheSystem.h.

◆ cpr_overwrite

bool RoR::CreateProjectRequest::cpr_overwrite

Definition at line 221 of file CacheSystem.h.

◆ cpr_source_actor

ActorPtr RoR::CreateProjectRequest::cpr_source_actor

Only for type SAVE_TUNEUP

Definition at line 219 of file CacheSystem.h.

◆ cpr_source_entry

CacheEntryPtr RoR::CreateProjectRequest::cpr_source_entry

The original mod to copy files from.

Definition at line 218 of file CacheSystem.h.

◆ cpr_type

CreateProjectRequestType RoR::CreateProjectRequest::cpr_type = CreateProjectRequestType::NONE

Definition at line 220 of file CacheSystem.h.


The documentation for this struct was generated from the following files: