DarkRadiant: master ff08489c

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 22.03.2022 20:38 master d3732c9c
Affected Issues  0005907: Allow way to hide some entities in Create Entity list
Changeset 0005907: remove the "empty attribute" from EntityClass

The getAttribute() methods are now private, and return a nullable
pointer to an EntityClassAttribute rather than a reference. This removes
the need for a placeholder empty attribute to return if the named
attribute is not found.
mod - radiantcore/eclass/EntityClass.cpp Diff File
mod - radiantcore/eclass/EntityClass.h Diff File