C# 클래스 SagaDB.Actors.ActorPC

상속: Actor
파일 보기 프로젝트 열기: Willyham/SagaRO2 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
BattleSkills SkillInfo>.Dictionary
CurNPCinv List
CurTarget Actor
GMLevel uint
HP ushort
InactiveSkills SkillInfo>.Dictionary
JobLevels byte>.Dictionary
LC byte
LastMissionBoard ActorItem
LivingSkills SkillInfo>.Dictionary
MapInfo byte>.Dictionary
PartyStatus Party
PartyTarget uint
PersonalQuestTable Quest.Quest>.Dictionary
QuestTable Quest.Quest>.Dictionary
Scenario uint
ShorcutIDs Shortcut>.Dictionary
SpecialSkills SkillInfo>.Dictionary
TradeStatus TradeStatus
TradeTarget uint
Weapons List
cExp uint
cLevel uint
charID uint
currentInvTab ITEM_TYPE
details byte[]
face byte[]
inv SagaDB.Items.Inventory
job JobType
mslots Slots
muted byte
online byte
pendingDeletion byte
race RaceType
save_map byte
save_x float
sex GenderType
slots byte[]
speed uint
str byte
trading Trading
userName string
validationKey uint
weaponName string
weaponType int
zeny uint

공개 메소드들

메소드 설명
ActorPC ( ) : System
ActorPC ( byte worldID, string cName ) : System
ActorPC ( uint cId, byte worldID ) : System

메소드 상세

ActorPC() 공개 메소드

public ActorPC ( ) : System
리턴 System

ActorPC() 공개 메소드

public ActorPC ( byte worldID, string cName ) : System
worldID byte
cName string
리턴 System

ActorPC() 공개 메소드

public ActorPC ( uint cId, byte worldID ) : System
cId uint
worldID byte
리턴 System

프로퍼티 상세

BattleSkills 공개적으로 프로퍼티

public Dictionary BattleSkills
리턴 SkillInfo>.Dictionary

CurNPCinv 공개적으로 프로퍼티

public List CurNPCinv
리턴 List

CurTarget 공개적으로 프로퍼티

public Actor,SagaDB.Actors CurTarget
리턴 Actor

GMLevel 공개적으로 프로퍼티

public uint GMLevel
리턴 uint

HP 공개적으로 프로퍼티

public ushort HP
리턴 ushort

InactiveSkills 공개적으로 프로퍼티

public Dictionary InactiveSkills
리턴 SkillInfo>.Dictionary

JobLevels 공개적으로 프로퍼티

public Dictionary JobLevels
리턴 byte>.Dictionary

LC 공개적으로 프로퍼티

public byte LC
리턴 byte

LastMissionBoard 공개적으로 프로퍼티

public ActorItem LastMissionBoard
리턴 ActorItem

LivingSkills 공개적으로 프로퍼티

public Dictionary LivingSkills
리턴 SkillInfo>.Dictionary

MapInfo 공개적으로 프로퍼티

public Dictionary MapInfo
리턴 byte>.Dictionary

PartyStatus 공개적으로 프로퍼티

public Party PartyStatus
리턴 Party

PartyTarget 공개적으로 프로퍼티

public uint PartyTarget
리턴 uint

PersonalQuestTable 공개적으로 프로퍼티

public Dictionary PersonalQuestTable
리턴 Quest.Quest>.Dictionary

QuestTable 공개적으로 프로퍼티

public Dictionary QuestTable
리턴 Quest.Quest>.Dictionary

Scenario 공개적으로 프로퍼티

public uint Scenario
리턴 uint

ShorcutIDs 공개적으로 프로퍼티

public Dictionary ShorcutIDs
리턴 Shortcut>.Dictionary

SpecialSkills 공개적으로 프로퍼티

public Dictionary SpecialSkills
리턴 SkillInfo>.Dictionary

TradeStatus 공개적으로 프로퍼티

public TradeStatus TradeStatus
리턴 TradeStatus

TradeTarget 공개적으로 프로퍼티

public uint TradeTarget
리턴 uint

Weapons 공개적으로 프로퍼티

public List Weapons
리턴 List

cExp 공개적으로 프로퍼티

public uint cExp
리턴 uint

cLevel 공개적으로 프로퍼티

public uint cLevel
리턴 uint

charID 공개적으로 프로퍼티

public uint charID
리턴 uint

currentInvTab 공개적으로 프로퍼티

public ITEM_TYPE currentInvTab
리턴 ITEM_TYPE

details 공개적으로 프로퍼티

public byte[] details
리턴 byte[]

face 공개적으로 프로퍼티

public byte[] face
리턴 byte[]

inv 공개적으로 프로퍼티

public Inventory,SagaDB.Items inv
리턴 SagaDB.Items.Inventory

job 공개적으로 프로퍼티

public JobType job
리턴 JobType

mslots 공개적으로 프로퍼티

public Slots mslots
리턴 Slots

muted 공개적으로 프로퍼티

public byte muted
리턴 byte

online 공개적으로 프로퍼티

public byte online
리턴 byte

pendingDeletion 공개적으로 프로퍼티

public byte pendingDeletion
리턴 byte

race 공개적으로 프로퍼티

public RaceType race
리턴 RaceType

save_map 공개적으로 프로퍼티

public byte save_map
리턴 byte

save_x 공개적으로 프로퍼티

public float save_x
리턴 float

sex 공개적으로 프로퍼티

public GenderType sex
리턴 GenderType

slots 공개적으로 프로퍼티

public byte[] slots
리턴 byte[]

speed 공개적으로 프로퍼티

public uint speed
리턴 uint

str 공개적으로 프로퍼티

public byte str
리턴 byte

trading 공개적으로 프로퍼티

public Trading trading
리턴 Trading

userName 공개적으로 프로퍼티

public string userName
리턴 string

validationKey 공개적으로 프로퍼티

public uint validationKey
리턴 uint

weaponName 공개적으로 프로퍼티

public string weaponName
리턴 string

weaponType 공개적으로 프로퍼티

public int weaponType
리턴 int

zeny 공개적으로 프로퍼티

public uint zeny
리턴 uint