C# Class DarkEmu_GameServer.Global.item_database

Show file 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 property

public double ATTACK_DISTANCE
return double

Class_B public property

public int Class_B
return int

Etctype public property

public EtcType Etctype
return EtcType

ID public property

public int ID
return int

Itemtype public property

public ItemType Itemtype
return ItemType

Level public property

public byte Level
return byte

Name public property

public string Name
return string

Pettype public property

public PetType Pettype
return PetType

Questtype public property

public QuestType Questtype
return QuestType

Ticket public property

public Tickets Ticket
return Tickets

Type public property

public ArmorType Type
return ArmorType

needEquip public property

public bool needEquip
return bool