Modding:Common tasks

From Stardew Valley Wiki
Revision as of 19:59, 21 May 2018 by Hawkfalcon (talk | contribs) (Start of sections)
Jump to navigation Jump to search

Index

Axe.png
Article Stub

This article is a stub and is missing information. You can help Stardew Valley Wiki by expanding it!

This page explains how mod creators can perform common tasks in SMAPI mods. (Note: this page is for interacting with the game itself, for SMAPI-provided tasks see SMAPI reference)

Items

//todo describe section

Create an Item

//todo

Remove an Item

//todo

Add an item to the player inventory

//todo

Locations

//todo describe section

==

Player

//todo describe section

Position

//todo

UI

//todo describe section

//todo

Menus

//todo describe section

Simple Menu

//todo

Harmony

//todo warning

Other

Add an animation

//todo

Play a sound

//todo