//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
/** 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