C# 클래스 Avalon.PrimaryType.Character

Base class for players.
파일 보기 프로젝트 열기: mabinogidev/mabinogi-development 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AddedPoints int
BagCount int
CID int
Class int
EXP int
Level int
Life int
Money byte[]
Name string
PvpExp int
PvpLevel int
SkillPoint int
Spectator int
Stage int
WarExp int
WarLevel int

공개 메소드들

메소드 설명
AddBag ( int slot, int type, int state ) : void
AddItem ( Item item, int bagslot ) : void
Character ( int cid ) : System
GetEquipped ( ) : List

메소드 상세

AddBag() 공개 메소드

public AddBag ( int slot, int type, int state ) : void
slot int
type int
state int
리턴 void

AddItem() 공개 메소드

public AddItem ( Item item, int bagslot ) : void
item Item
bagslot int
리턴 void

Character() 공개 메소드

public Character ( int cid ) : System
cid int
리턴 System

GetEquipped() 공개 메소드

public GetEquipped ( ) : List
리턴 List

프로퍼티 상세

AddedPoints 공개적으로 프로퍼티

public int AddedPoints
리턴 int

BagCount 공개적으로 프로퍼티

public int BagCount
리턴 int

CID 공개적으로 프로퍼티

public int CID
리턴 int

Class 공개적으로 프로퍼티

public int Class
리턴 int

EXP 공개적으로 프로퍼티

public int EXP
리턴 int

Level 공개적으로 프로퍼티

public int Level
리턴 int

Life 공개적으로 프로퍼티

public int Life
리턴 int

Money 공개적으로 프로퍼티

public byte[] Money
리턴 byte[]

Name 공개적으로 프로퍼티

public string Name
리턴 string

PvpExp 공개적으로 프로퍼티

public int PvpExp
리턴 int

PvpLevel 공개적으로 프로퍼티

public int PvpLevel
리턴 int

SkillPoint 공개적으로 프로퍼티

public int SkillPoint
리턴 int

Spectator 공개적으로 프로퍼티

public int Spectator
리턴 int

Stage 공개적으로 프로퍼티

public int Stage
리턴 int

WarExp 공개적으로 프로퍼티

public int WarExp
리턴 int

WarLevel 공개적으로 프로퍼티

public int WarLevel
리턴 int