C# Class SagaDB.Items.Item

Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Свойство Type Description
active byte
dbID uint
equipSlot int
index byte

Méthodes publiques

Méthode Description
Item ( ) : System
Item ( int itemID ) : System
Item ( int itemID, string creatorName, ushort durability, byte amount ) : System
LoadItems ( string filename ) : void
ToString ( ) : string

Method Details

Item() public méthode

public Item ( ) : System
Résultat System

Item() public méthode

public Item ( int itemID ) : System
itemID int
Résultat System

Item() public méthode

public Item ( int itemID, string creatorName, ushort durability, byte amount ) : System
itemID int
creatorName string
durability ushort
amount byte
Résultat System

LoadItems() public static méthode

public static LoadItems ( string filename ) : void
filename string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

active public_oe property

public byte active
Résultat byte

dbID public_oe property

public uint dbID
Résultat uint

equipSlot public_oe property

public int equipSlot
Résultat int

index public_oe property

public byte index
Résultat byte