-
Notifications
You must be signed in to change notification settings - Fork 58
HugsLib 9.0 for Rimworld 1.3 API Changes
UnlimitedHugs edited this page Jul 17, 2021
·
1 revision
As per usual, other than in the cases listed below, existing mod assemblies are still compatible with this version.
(XML serialization methods for custom SettingHandle
s)
Moved from HugsLib.Source.Settings
to HugsLib.Settings
namespace.
Moved from Rimworld
to HugsLib.Settings
namespace.
Method removed. Use XML files in the /news
folder to show mod update news instead.
Made internal, scheduled for removal. Use System.Net.WebClient
to make web requests.
This event replaces SettingHandle<T>.OnValueChanged
delegate, which still works but has been marked as obsolete.
The event is also used by the Mod Settings window to automatically show updated values when assigning setting handle values via code while the window is open.