This wiki is a read-only version of the Stardew Valley Wiki. The official editable wiki maintained by ConcernedApe can be found at stardewvalleywiki.com

Changes

Jump to: navigation, search

Modding:Migrate to SMAPI 3.0

166 bytes added, 20:09, 2 June 2018
Event changes: + SuppressButton removed from input events
* Change <tt>e.IsActionButton</tt> to <tt>e.Button.IsActionButton()</tt>.
* Change <tt>e.IsUseToolButton</tt> to <tt>e.Button.IsUseToolButton()</tt>.
* Change <tt>e.SuppressButton</tt> to <tt>this.Helper.Input.Suppress(button)</tt>.
|-
| <tt>InputEvents.ButtonReleased</tt>
* Change <tt>e.IsActionButton</tt> to <tt>e.Button.IsActionButton()</tt>.
* Change <tt>e.IsUseToolButton</tt> to <tt>e.Button.IsUseToolButton()</tt>.
* Change <tt>e.SuppressButton</tt> to <tt>this.Helper.Input.Suppress(button)</tt>.
|-
| <tt>LocationEvents.BuildingsChanged</tt>
Protected, translators
5,421
edits

Navigation menu