...
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 | ||||
---|---|---|---|---|
| ||||
<?xml version="1.0" encoding="utf-8"?> <objects> <object Name="Ctesiphus" Load="Merge"> <part Name="Render" ColorString="&B"></part> </object> </objects> |
...