Rigs of Rods 2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
Data Fields
RoR::RepoFileInstallRequest Struct Reference

Payload for MSG_NET_INSTALL_REPOFILE_REQUEST message - also used for update (overwrites existing) More...

#include <GUI_RepositorySelector.h>

Data Fields

RepoFileInstallRequestID_t rfir_install_request_id = REPOFILEINSTALLREQUESTID_INVALID
 
int rfir_resource_id = 0
 
int rfir_repofile_id = 0
 
std::string rfir_filename
 
std::string rfir_filepath
 
int rfir_filesize_bytes = 0
 

Detailed Description

Payload for MSG_NET_INSTALL_REPOFILE_REQUEST message - also used for update (overwrites existing)

Definition at line 56 of file GUI_RepositorySelector.h.

Field Documentation

◆ rfir_filename

std::string RoR::RepoFileInstallRequest::rfir_filename

Definition at line 62 of file GUI_RepositorySelector.h.

◆ rfir_filepath

std::string RoR::RepoFileInstallRequest::rfir_filepath

Definition at line 63 of file GUI_RepositorySelector.h.

◆ rfir_filesize_bytes

int RoR::RepoFileInstallRequest::rfir_filesize_bytes = 0

Definition at line 64 of file GUI_RepositorySelector.h.

◆ rfir_install_request_id

RepoFileInstallRequestID_t RoR::RepoFileInstallRequest::rfir_install_request_id = REPOFILEINSTALLREQUESTID_INVALID

Definition at line 59 of file GUI_RepositorySelector.h.

◆ rfir_repofile_id

int RoR::RepoFileInstallRequest::rfir_repofile_id = 0

Definition at line 61 of file GUI_RepositorySelector.h.

◆ rfir_resource_id

int RoR::RepoFileInstallRequest::rfir_resource_id = 0

Definition at line 60 of file GUI_RepositorySelector.h.


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