Click or drag to resize

HPluginConfiguration Properties

The HPluginConfiguration type exposes the following members.

Properties
  NameDescription
Public propertySavedata
An XML element which may contain user preferences or other persistent plugin savedata. This object will automatically be saved to disk when Terraria closes. Make changes to this object to update your plugin's savedata. This will be an empty element with blank defaults if your plugin claims it does not need persistent savedata (HPlugin.HasPersistentData = false).
Top
See Also