C# Class TEditXNA.Terraria.Item

Inheritance: GalaSoft.MvvmLight.ObservableObject
Afficher le fichier Open project: TEdit/Terraria-Map-Editor

Méthodes publiques

Méthode Description
Copy ( ) : Item
GetName ( ) : string
Item ( ) : System
Item ( int stackSize, int netId ) : System
SetFromName ( string name ) : void
ToString ( ) : string

Method Details

Copy() public méthode

public Copy ( ) : Item
Résultat Item

GetName() public méthode

public GetName ( ) : string
Résultat string

Item() public méthode

public Item ( ) : System
Résultat System

Item() public méthode

public Item ( int stackSize, int netId ) : System
stackSize int
netId int
Résultat System

SetFromName() public méthode

public SetFromName ( string name ) : void
name string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string