C# Class SagaDB.Actors.ActorPC

Inheritance: Actor
Exibir arquivo Open project: Willyham/SagaRO2 Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
ActorPC ( ) : System
ActorPC ( byte worldID, string cName ) : System
ActorPC ( uint cId, byte worldID ) : System

Method Details

ActorPC() public method

public ActorPC ( ) : System
return System

ActorPC() public method

public ActorPC ( byte worldID, string cName ) : System
worldID byte
cName string
return System

ActorPC() public method

public ActorPC ( uint cId, byte worldID ) : System
cId uint
worldID byte
return System

Property Details

BattleSkills public_oe property

public Dictionary BattleSkills
return SkillInfo>.Dictionary

CurNPCinv public_oe property

public List CurNPCinv
return List

CurTarget public_oe property

public Actor,SagaDB.Actors CurTarget
return Actor

GMLevel public_oe property

public uint GMLevel
return uint

HP public_oe property

public ushort HP
return ushort

InactiveSkills public_oe property

public Dictionary InactiveSkills
return SkillInfo>.Dictionary

JobLevels public_oe property

public Dictionary JobLevels
return byte>.Dictionary

LC public_oe property

public byte LC
return byte

LastMissionBoard public_oe property

public ActorItem LastMissionBoard
return ActorItem

LivingSkills public_oe property

public Dictionary LivingSkills
return SkillInfo>.Dictionary

MapInfo public_oe property

public Dictionary MapInfo
return byte>.Dictionary

PartyStatus public_oe property

public Party PartyStatus
return Party

PartyTarget public_oe property

public uint PartyTarget
return uint

PersonalQuestTable public_oe property

public Dictionary PersonalQuestTable
return Quest.Quest>.Dictionary

QuestTable public_oe property

public Dictionary QuestTable
return Quest.Quest>.Dictionary

Scenario public_oe property

public uint Scenario
return uint

ShorcutIDs public_oe property

public Dictionary ShorcutIDs
return Shortcut>.Dictionary

SpecialSkills public_oe property

public Dictionary SpecialSkills
return SkillInfo>.Dictionary

TradeStatus public_oe property

public TradeStatus TradeStatus
return TradeStatus

TradeTarget public_oe property

public uint TradeTarget
return uint

Weapons public_oe property

public List Weapons
return List

cExp public_oe property

public uint cExp
return uint

cLevel public_oe property

public uint cLevel
return uint

charID public_oe property

public uint charID
return uint

currentInvTab public_oe property

public ITEM_TYPE currentInvTab
return ITEM_TYPE

details public_oe property

public byte[] details
return byte[]

face public_oe property

public byte[] face
return byte[]

inv public_oe property

public Inventory,SagaDB.Items inv
return SagaDB.Items.Inventory

job public_oe property

public JobType job
return JobType

mslots public_oe property

public Slots mslots
return Slots

muted public_oe property

public byte muted
return byte

online public_oe property

public byte online
return byte

pendingDeletion public_oe property

public byte pendingDeletion
return byte

race public_oe property

public RaceType race
return RaceType

save_map public_oe property

public byte save_map
return byte

save_x public_oe property

public float save_x
return float

sex public_oe property

public GenderType sex
return GenderType

slots public_oe property

public byte[] slots
return byte[]

speed public_oe property

public uint speed
return uint

str public_oe property

public byte str
return byte

trading public_oe property

public Trading trading
return Trading

userName public_oe property

public string userName
return string

validationKey public_oe property

public uint validationKey
return uint

weaponName public_oe property

public string weaponName
return string

weaponType public_oe property

public int weaponType
return int

zeny public_oe property

public uint zeny
return uint