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

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Oct 24 13:19:33 EDT 2009


Author: div0
Date: 2009-10-24 13:19:30 -0400 (Sat, 24 Oct 2009)
New Revision: 8180

Modified:
   trunk/data/qcsrc/server/extensions.qh
Log:
DP_QC_ENTITYSTRING


Modified: trunk/data/qcsrc/server/extensions.qh
===================================================================
--- trunk/data/qcsrc/server/extensions.qh	2009-10-24 17:16:13 UTC (rev 8179)
+++ trunk/data/qcsrc/server/extensions.qh	2009-10-24 17:19:30 UTC (rev 8180)
@@ -631,6 +631,14 @@
 //getentityfieldstring returns data as would be written to a savegame, eg... "0.05" (float), "0 0 1" (vector), or "Hello World!" (string). Function names can also be returned.
 //putentityfieldstring puts the data returned by getentityfieldstring back into the entity.
 
+//DP_QC_ENTITYSTRING
+void(string s) loadfromdata = #529;
+void(string s) loadfromfile = #530;
+void(string s) callfunction = #605;
+void(float fh, entity e) writetofile = #606;
+float(string s) isfunction = #607;
+void(entity e, string s) parseentitydata = #608;
+
 //DP_QC_ETOS
 //idea: id Software
 //darkplaces implementation: id Software
@@ -2193,3 +2201,8 @@
 // .vector origin; // hinge2 anchor
 // .vector angles; // hinge2 first axis (as angles)
 // .vector velocity; // hinge2 second axis (as vector)
+
+
+
+
+



More information about the nexuiz-commits mailing list