Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If an object tag Load="Merge" is supplied, the data will merge with any existing definition, otherwise the object definition will replace the named object entirely.

Code Block
languagexml
titleExample ObjectBlueprints.xml merging a new tile into the Mehmet definioncolor for Ctesiphus into ObjectBlueprints.
<?xml version="1.0" encoding="utf-8"?>
<objects>
    <object Name="Ctesiphus" Load="Merge">
		<part Name="Render" ColorString="&amp;B"></part>		
    </object>
</objects>

...