MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / DefineEngineMethod

Function DefineEngineMethod

Engine/source/app/net/httpObject.cpp:539–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537}
538
539DefineEngineMethod(HTTPObject, setOption, void, (const char* option, const char* value),, "HTTPObject.setOption(option, value)")
540{
541 object->setOption(option, value);
542}
543
544DefineEngineMethod(HTTPObject, setDownloadPath, void, (const char* path),, "HTTPObject.setDownloadPath(path)")
545{

Callers

nothing calls this directly

Calls 3

setDownloadPathMethod · 0.80
setOptionMethod · 0.45
addHeaderMethod · 0.45

Tested by

no test coverage detected