C# Class DarkEmu_GameServer.Global.objectdata

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

public byte Agresif
return byte

HP public property

public int HP
return int

ID public property

public int ID
return int

MagDef public property

public int MagDef
return int

Name public property

public string Name
return string

Object_type public property

public NamdedType Object_type
return NamdedType

Shop public property

public string[] Shop
return string[]

Skill public property

public int[] Skill
return int[]

Speed1 public property

public float Speed1
return float

SpeedWalk public property

public float SpeedWalk
return float

StoreName public property

public string StoreName
return string

Tab public property

public string[] Tab
return string[]

amountSkill public property

public byte amountSkill
return byte