Merge pull request #3620 from Citadel-Station-13/upstream-merge-32030

[MIRROR] Allows components to qdel from Initialize
This commit is contained in:
LetterJay
2017-10-27 02:19:07 -04:00
committed by GitHub
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)