RigsofRods
Soft-body Physics Simulation
|
#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 |
Definition at line 34 of file CurlHelpers.h.
std::string RoR::CurlTaskContext::ctc_displayname |
Definition at line 36 of file CurlHelpers.h.
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.
MsgType RoR::CurlTaskContext::ctc_msg_progress = MSG_INVALID |
Definition at line 39 of file CurlHelpers.h.
MsgType RoR::CurlTaskContext::ctc_msg_success = MSG_INVALID |
Definition at line 40 of file CurlHelpers.h.
double RoR::CurlTaskContext::ctc_old_perc = 0 |
Definition at line 43 of file CurlHelpers.h.
std::string RoR::CurlTaskContext::ctc_url |
Definition at line 37 of file CurlHelpers.h.