MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / process

Method process

Engine/source/sim/netDownload.cpp:83–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 virtual void process(NetConnection *connection)
84 {
85 U32 i;
86 for(i = 0; i < nameCount; i++)
87 if(connection->startSendingFile(mFileNames[i]))
88 break;
89 if(i == nameCount)
90 connection->startSendingFile(NULL); // none of the files were sent
91 }
92
93 DECLARE_CONOBJECT(FileDownloadRequestEvent);
94

Callers

nothing calls this directly

Calls 1

startSendingFileMethod · 0.80

Tested by

no test coverage detected