C# Class DarkEmu_GameServer.Global.item_database

Datei anzeigen Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
ATTACK_DISTANCE double
Class_B int
Etctype EtcType
ID int
Itemtype ItemType
Level byte
Name string
Pettype PetType
Questtype QuestType
Ticket Tickets
Type ArmorType
needEquip bool

Public Methods

Method Description
GetItem ( string name ) : int

Method Details

GetItem() public static method

public static GetItem ( string name ) : int
name string
return int

Property Details

ATTACK_DISTANCE public_oe property

public double ATTACK_DISTANCE
return double

Class_B public_oe property

public int Class_B
return int

Etctype public_oe property

public EtcType Etctype
return EtcType

ID public_oe property

public int ID
return int

Itemtype public_oe property

public ItemType Itemtype
return ItemType

Level public_oe property

public byte Level
return byte

Name public_oe property

public string Name
return string

Pettype public_oe property

public PetType Pettype
return PetType

Questtype public_oe property

public QuestType Questtype
return QuestType

Ticket public_oe property

public Tickets Ticket
return Tickets

Type public_oe property

public ArmorType Type
return ArmorType

needEquip public_oe property

public bool needEquip
return bool