[nexuiz-commits] r8282 - trunk/data/qcsrc/server

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Nov 14 17:56:16 EST 2009


Author: div0
Date: 2009-11-14 17:56:16 -0500 (Sat, 14 Nov 2009)
New Revision: 8282

Modified:
   trunk/data/qcsrc/server/extensions.qh
Log:
document getextresponse


Modified: trunk/data/qcsrc/server/extensions.qh
===================================================================
--- trunk/data/qcsrc/server/extensions.qh	2009-11-14 22:25:17 UTC (rev 8281)
+++ trunk/data/qcsrc/server/extensions.qh	2009-11-14 22:56:16 UTC (rev 8282)
@@ -647,6 +647,16 @@
 //description:
 //prints "entity 1" or similar into a string. (this was a Q2 builtin)
 
+//DP_QC_EXTRESPONSEPACKET
+//idea: div0
+//darkplaces implementation: div0
+//builtin definitions:
+string getextresponse(void) getextresponse = #624;
+//description:
+//returns a string of the form "'ipaddress:port' data...", or the NULL string if
+//no packet was found. Packets can be queued into the client/server by sending
+//a packet starting with "\xFF\xFF\xFF\xFFextResponse " to the listening port.
+
 //DP_QC_FINDCHAIN
 //idea: LordHavoc
 //darkplaces implementation: LordHavoc



More information about the nexuiz-commits mailing list