]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Added SSQC Function "SV_OnEntityNoSpawnFunction" which is called, if available, whene...
authordresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 16 Aug 2007 06:35:30 +0000 (06:35 +0000)
committerdresk <dresk@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 16 Aug 2007 06:35:30 +0000 (06:35 +0000)
commite868764401ba7f2190e30c7b6aae588c50c67421
tree7c1f7a5ece3de3ccc4d485415d47e88b0c202758
parent4a43a0a0d3f92f90bfcbed68146a8a18dbb0818d
Added SSQC Function "SV_OnEntityNoSpawnFunction" which is called, if available, whenever an entity on the server is parsed but has no spawn function.  Previously Darkplaces would report this to the console under developer mode and immediately remove the entity.  The SSQC may now specify the behavior when such an event occurs (it may also simply call remove(self) to mimic the engine's behavior.)

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7525 d7cf8633-e32d-0410-b094-e92efae38249
progsvm.h
prvm_edict.c
svvm_cmds.c