]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Add a commented definition for _fullspawndata outside of the dpdefs file
authorMario <mario.mario@y7mail.com>
Tue, 22 Sep 2020 16:09:12 +0000 (02:09 +1000)
committerMario <mario.mario@y7mail.com>
Tue, 22 Sep 2020 16:09:12 +0000 (02:09 +1000)
qcsrc/dpdefs/upstream/dpextensions.qc
qcsrc/lib/spawnfunc.qh

index bd1a8dc1573eb4a099c50f72a60ca3ed842560b5..1aeecfafd62f242f84e857b4da6950ce94d04773 100644 (file)
@@ -2620,7 +2620,7 @@ float MOVETYPE_USER_LAST = 191;
 //idea: eukara
 //darkplaces implementation: Cloudwalk
 //Do NOT use in production yet. Uncomment if you intend to use it
-string __fullspawndata;
+//string __fullspawndata;
 //description:
 //http://icculus.org/finger/marco?date=2019-01-25&time=05-38-02
 
index 8c7911233d8d29400e9900f83d86c55a8477f44c..321610ad3e30b225615283625993ebf959eb621a 100644 (file)
@@ -6,6 +6,8 @@
 /** If this global exists, only functions with spawnfunc_ name prefix qualify as spawn functions */
 noref bool require_spawnfunc_prefix;
 .bool spawnfunc_checked;
+/** Not for production use, provides access to a dump of the entity's fields when it is parsed from map data */
+//noref string __fullspawndata;
 
 // Optional type checking; increases compile time too much to be enabled by default
 #if 0