mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Added callback when we read all lines
Added a script callback when all lines have been read.
This commit is contained in:
parent
014b566014
commit
a0250e6c6b
2 changed files with 7 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ public:
|
|||
|
||||
DECLARE_CALLBACK(void, onConnectionRequest, (const char* address, const char* ID));
|
||||
DECLARE_CALLBACK(void, onLine, (const char* line));
|
||||
DECLARE_CALLBACK(void, onEndReceive, ());
|
||||
DECLARE_CALLBACK(void, onDNSResolved,());
|
||||
DECLARE_CALLBACK(void, onDNSFailed, ());
|
||||
DECLARE_CALLBACK(void, onConnected, ());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue