C# 클래스 DarkEmu_GameServer.Global.objectdata

파일 보기 프로젝트 열기: CarlosX/DarkEmu 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
GetItem ( string name ) : int

메소드 상세

GetItem() 공개 정적인 메소드

public static GetItem ( string name ) : int
name string
리턴 int

프로퍼티 상세

Agresif 공개적으로 프로퍼티

public byte Agresif
리턴 byte

HP 공개적으로 프로퍼티

public int HP
리턴 int

ID 공개적으로 프로퍼티

public int ID
리턴 int

MagDef 공개적으로 프로퍼티

public int MagDef
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

Object_type 공개적으로 프로퍼티

public NamdedType Object_type
리턴 NamdedType

Shop 공개적으로 프로퍼티

public string[] Shop
리턴 string[]

Skill 공개적으로 프로퍼티

public int[] Skill
리턴 int[]

Speed1 공개적으로 프로퍼티

public float Speed1
리턴 float

SpeedWalk 공개적으로 프로퍼티

public float SpeedWalk
리턴 float

StoreName 공개적으로 프로퍼티

public string StoreName
리턴 string

Tab 공개적으로 프로퍼티

public string[] Tab
리턴 string[]

amountSkill 공개적으로 프로퍼티

public byte amountSkill
리턴 byte