RigsofRods
Soft-body Physics Simulation
Data Fields
RoR::CurlTaskContext Struct Reference

#include <CurlHelpers.h>

Data Fields

std::string ctc_displayname
 
std::string ctc_url
 
MsgType ctc_msg_progress = MSG_INVALID
 
MsgType ctc_msg_success = MSG_INVALID
 
MsgType ctc_msg_failure = MSG_INVALID
 Sent on failure; Payload: RoR::ScriptEventArgs (see 'gameplay/ScriptEvents.h') with args for RoR::SE_ANGELSCRIPT_THREAD_STATUS More...
 
double ctc_old_perc = 0
 

Detailed Description

Definition at line 34 of file CurlHelpers.h.

Field Documentation

◆ ctc_displayname

std::string RoR::CurlTaskContext::ctc_displayname

Definition at line 36 of file CurlHelpers.h.

◆ ctc_msg_failure

MsgType RoR::CurlTaskContext::ctc_msg_failure = MSG_INVALID

Sent on failure; Payload: RoR::ScriptEventArgs (see 'gameplay/ScriptEvents.h') with args for RoR::SE_ANGELSCRIPT_THREAD_STATUS

Definition at line 41 of file CurlHelpers.h.

◆ ctc_msg_progress

MsgType RoR::CurlTaskContext::ctc_msg_progress = MSG_INVALID

Definition at line 39 of file CurlHelpers.h.

◆ ctc_msg_success

MsgType RoR::CurlTaskContext::ctc_msg_success = MSG_INVALID

Definition at line 40 of file CurlHelpers.h.

◆ ctc_old_perc

double RoR::CurlTaskContext::ctc_old_perc = 0

Definition at line 43 of file CurlHelpers.h.

◆ ctc_url

std::string RoR::CurlTaskContext::ctc_url

Definition at line 37 of file CurlHelpers.h.


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