DarkRadiant: master 2534e093

Author Committer Branch Timestamp Parent
orbweaver orbweaver master 30.01.2021 20:46 master fd57c693
Changeset Initial attachment parsing in SpawnArgs class

SpawnArgs now calls a new parseAttachments() method in its constructor, which
iterates over all keys (using the new 'includeInherited' parameter to
forEachKeyValue()) and parses them for possible attachment information. Current
version of CreateAttachedLightEntity test now passes.
mod - radiantcore/entity/AttachmentData.cpp Diff File
mod - radiantcore/entity/AttachmentData.h Diff File
mod - radiantcore/entity/SpawnArgs.cpp Diff File
mod - radiantcore/entity/SpawnArgs.h Diff File