Table of Contents

Class FriendProfileUnlockedEvent

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

Event that is triggered when a new friend profile gets unlocked.

public class FriendProfileUnlockedEvent
Inheritance
FriendProfileUnlockedEvent
Inherited Members

Constructors

FriendProfileUnlockedEvent(string)

Initializes a new instance of the FriendProfileUnlockedEvent class.

public FriendProfileUnlockedEvent(string profileId)

Parameters

profileId string

The unique ID of the unlocked friend profile.

Properties

ProfileID

The unique ID of the unlocked friend profile.

public string ProfileID { get; }

Property Value

string