C# Class Reckoning.Game.Notifier.Inventory

Inheritance: Notification
Afficher le fichier Open project: dylannorthrup/hexapidocs

Méthodes publiques

Свойство Type Description
Action string
Complete List
ItemsAdded List
ItemsRemoved List

Méthodes publiques

Méthode Description
ContainsData ( ) : bool
GetMessageName ( ) : string
Inventory ( string user, int>.Dictionary totals ) : System

Method Details

ContainsData() public méthode

public ContainsData ( ) : bool
Résultat bool

GetMessageName() public static méthode

public static GetMessageName ( ) : string
Résultat string

Inventory() public méthode

public Inventory ( string user, int>.Dictionary totals ) : System
user string
totals int>.Dictionary
Résultat System

Property Details

Action public_oe property

public string Action
Résultat string

Complete public_oe property

public List Complete
Résultat List

ItemsAdded public_oe property

public List ItemsAdded
Résultat List

ItemsRemoved public_oe property

public List ItemsRemoved
Résultat List