C# Class DarkEmu_GameServer.Global.objectdata

Mostra file Open project: CarlosX/DarkEmu Class Usage Examples

Public Properties

Property Type Description
Agresif byte
HP int
ID int
MagDef int
Name string
Object_type NamdedType
Shop string[]
Skill int[]
Speed1 float
SpeedWalk float
StoreName string
Tab string[]
amountSkill byte

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

Agresif public_oe property

public byte Agresif
return byte

HP public_oe property

public int HP
return int

ID public_oe property

public int ID
return int

MagDef public_oe property

public int MagDef
return int

Name public_oe property

public string Name
return string

Object_type public_oe property

public NamdedType Object_type
return NamdedType

Shop public_oe property

public string[] Shop
return string[]

Skill public_oe property

public int[] Skill
return int[]

Speed1 public_oe property

public float Speed1
return float

SpeedWalk public_oe property

public float SpeedWalk
return float

StoreName public_oe property

public string StoreName
return string

Tab public_oe property

public string[] Tab
return string[]

amountSkill public_oe property

public byte amountSkill
return byte