Table of Contents

Class WallpaperUnlockedEvent

Namespace
WorldMachineLoader.API.Events
Assembly
WML.API.dll

Event that is triggered when a new wallpaper gets unlocked.

public class WallpaperUnlockedEvent
Inheritance
WallpaperUnlockedEvent
Inherited Members

Constructors

WallpaperUnlockedEvent(string, string)

Initializes a new instance of the WallpaperUnlockedEvent class.

public WallpaperUnlockedEvent(string wallpaperId, string wallpaperName)

Parameters

wallpaperId string

The unique ID of the unlocked wallpaper.

wallpaperName string

The name of the unlocked wallpaper.

Properties

WallpaperID

The unique ID of the unlocked wallpaper.

public string WallpaperID { get; }

Property Value

string

WallpaperName

The name of the unlocked wallpaper.

public string WallpaperName { get; }

Property Value

string