Allows components to qdel from Initialize

This commit is contained in:
Jordan Brown
2017-10-23 10:06:51 -04:00
committed by CitadelStationBot
parent 630b332848
commit 50f942ef4e
3 changed files with 12 additions and 1 deletions
+2
View File
@@ -2,6 +2,8 @@
#define GET_COMPONENT_FROM(varname, path, target) var##path/##varname = ##target.GetComponent(##path)
#define GET_COMPONENT(varname, path) GET_COMPONENT_FROM(varname, path, src)
#define COMPONENT_INCOMPATIBLE 1
// How multiple components of the exact same type are handled in the same datum
#define COMPONENT_DUPE_HIGHLANDER 0 //old component is deleted (default)