C# Class LKCamelot.model.Player

Inheritance: BaseObject
Afficher le fichier Open project: vans163/LKEmu Class Usage Examples

Méthodes publiques

Свойство Type Description
AutoMana bool
AutoManaP double
Buffs byte[]
Equipped2 script.item.Item>.System.Collections.Concurrent.ConcurrentDictionary
Face short
InstancedObjects List
LastRegen long
Name string
RegenTick int
Serial Serial
Stage byte
apStr ushort
apistate int
bStr short
client LKCamelot.io.IOClient
color int
keepalive long
loggedIn bool
m_AttackSpeed int
m_Buffs List
m_CastSpeed int
m_Class Class
m_Extra uint
m_Gold ulong
m_HP int
m_Level short
m_Loc Point2D
m_MagicLearned List
m_Map string
m_MoveSpeed int
m_Promo int
m_Str ushort
m_XP int
pStr short
pkPinkDelay long
pkRedDelay long
pkhistory int
pklastpk List
pklastred long
pkpinkktime long

Méthodes publiques

Méthode Description
AddBuff ( script buff ) : void
AddStat ( ushort &stat ) : void
AddStat ( ushort &stat, ushort amount ) : void
BuffString ( ) : string
Clone ( ) : Player
CreateBeginner ( string Name ) : void
DeleteMagic ( int slot ) : void
GetFreeSlot ( ) : int
GetFreeSlots ( ) : int
GetFreeSpellSlot ( ) : int
GetStat ( string stat, bool bas = false ) : ushort
LearnSpell ( script spellb ) : bool
Load ( ) : void
LoadMagic ( string mag ) : void
LoadNPCs ( ) : void
MagicLearnedString ( ) : string
Player ( ) : System
Player ( LKCamelot iocli ) : System
RemoveChangeGear ( ) : void
SQLSaveString ( ) : string
SwapItems ( LKCamelot initem, LKCamelot outitem, int outslot ) : void
SwapMagic ( int inslot, int outslot ) : void

Method Details

AddBuff() public méthode

public AddBuff ( script buff ) : void
buff script
Résultat void

AddStat() public méthode

public AddStat ( ushort &stat ) : void
stat ushort
Résultat void

AddStat() public méthode

public AddStat ( ushort &stat, ushort amount ) : void
stat ushort
amount ushort
Résultat void

BuffString() public méthode

public BuffString ( ) : string
Résultat string

Clone() public méthode

public Clone ( ) : Player
Résultat Player

CreateBeginner() public méthode

public CreateBeginner ( string Name ) : void
Name string
Résultat void

DeleteMagic() public méthode

public DeleteMagic ( int slot ) : void
slot int
Résultat void

GetFreeSlot() public méthode

public GetFreeSlot ( ) : int
Résultat int

GetFreeSlots() public méthode

public GetFreeSlots ( ) : int
Résultat int

GetFreeSpellSlot() public méthode

public GetFreeSpellSlot ( ) : int
Résultat int

GetStat() public méthode

public GetStat ( string stat, bool bas = false ) : ushort
stat string
bas bool
Résultat ushort

LearnSpell() public méthode

public LearnSpell ( script spellb ) : bool
spellb script
Résultat bool

Load() public méthode

public Load ( ) : void
Résultat void

LoadMagic() public méthode

public LoadMagic ( string mag ) : void
mag string
Résultat void

LoadNPCs() public méthode

public LoadNPCs ( ) : void
Résultat void

MagicLearnedString() public méthode

public MagicLearnedString ( ) : string
Résultat string

Player() public méthode

public Player ( ) : System
Résultat System

Player() public méthode

public Player ( LKCamelot iocli ) : System
iocli LKCamelot
Résultat System

RemoveChangeGear() public méthode

public RemoveChangeGear ( ) : void
Résultat void

SQLSaveString() public méthode

public SQLSaveString ( ) : string
Résultat string

SwapItems() public méthode

public SwapItems ( LKCamelot initem, LKCamelot outitem, int outslot ) : void
initem LKCamelot
outitem LKCamelot
outslot int
Résultat void

SwapMagic() public méthode

public SwapMagic ( int inslot, int outslot ) : void
inslot int
outslot int
Résultat void

Property Details

AutoMana public_oe property

public bool AutoMana
Résultat bool

AutoManaP public_oe property

public double AutoManaP
Résultat double

Buffs public_oe property

public byte[] Buffs
Résultat byte[]

Equipped2 public_oe property

public System.Collections.Concurrent.ConcurrentDictionary Equipped2
Résultat script.item.Item>.System.Collections.Concurrent.ConcurrentDictionary

Face public_oe property

public short Face
Résultat short

InstancedObjects public_oe property

public List InstancedObjects
Résultat List

LastRegen public_oe property

public long LastRegen
Résultat long

Name public_oe property

public string Name
Résultat string

RegenTick public_oe property

public int RegenTick
Résultat int

Serial public_oe property

public Serial Serial
Résultat Serial

Stage public_oe property

public byte Stage
Résultat byte

apStr public_oe property

public ushort apStr
Résultat ushort

apistate public_oe property

public int apistate
Résultat int

bStr public_oe property

public short bStr
Résultat short

client public_oe property

public LKCamelot.io.IOClient client
Résultat LKCamelot.io.IOClient

color public_oe property

public int color
Résultat int

keepalive public_oe property

public long keepalive
Résultat long

loggedIn public_oe property

public bool loggedIn
Résultat bool

m_AttackSpeed public_oe property

public int m_AttackSpeed
Résultat int

m_Buffs public_oe property

public List m_Buffs
Résultat List

m_CastSpeed public_oe property

public int m_CastSpeed
Résultat int

m_Class public_oe property

public Class m_Class
Résultat Class

m_Extra public_oe property

public uint m_Extra
Résultat uint

m_Gold public_oe property

public ulong m_Gold
Résultat ulong

m_HP public_oe property

public int m_HP
Résultat int

m_Level public_oe property

public short m_Level
Résultat short

m_Loc public_oe property

public Point2D,LKCamelot.model m_Loc
Résultat Point2D

m_MagicLearned public_oe property

public List m_MagicLearned
Résultat List

m_Map public_oe property

public string m_Map
Résultat string

m_MoveSpeed public_oe property

public int m_MoveSpeed
Résultat int

m_Promo public_oe property

public int m_Promo
Résultat int

m_Str public_oe property

public ushort m_Str
Résultat ushort

m_XP public_oe property

public int m_XP
Résultat int

pStr public_oe property

public short pStr
Résultat short

pkPinkDelay public_oe property

public long pkPinkDelay
Résultat long

pkRedDelay public_oe property

public long pkRedDelay
Résultat long

pkhistory public_oe property

public int pkhistory
Résultat int

pklastpk public_oe property

public List pklastpk
Résultat List

pklastred public_oe property

public long pklastred
Résultat long

pkpinkktime public_oe property

public long pkpinkktime
Résultat long