C# Class LKCamelot.io.IOClient

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

Méthodes publiques

Свойство Type Description
CStatus bool
GMS HashSet
LastAttack long
castHandler LKCamelot.model.CastHandler
combatHandler LKCamelot.model.CombatHandler2
connection Connection
handler LKCamelot.model.PlayerHandler
keepalive long
mm_stream LKCamelot.net.PacketWriter
nsa LKCamelot.model.Modules.NSA
player LKCamelot.model.Player

Méthodes publiques

Méthode Description
AdjecentTile ( byte swingloc ) : Point2D
AttackRange ( short x, short y, short x2, short y2 ) : short
GMCreateItem ( string str2 ) : void
GMInvis ( string str2 ) : void
GMItemArray ( string str2 ) : void
GMKick ( string str2 ) : void
GMLearn ( string str2 ) : void
GMTapPlayer ( string str2 ) : void
GMTele ( string str2 ) : void
HandleChat ( string str2, string str ) : void
HandleGMChat ( string str2 ) : void
HandleGo ( string goloc ) : void
HandleIncoming ( Byte data ) : void
IOClient ( Connection s ) : System
LoadPlayer ( ) : void
Parse ( ConnectionDataEventArgs e ) : void
Process ( ) : void
SendPacket ( Byte packet ) : void
TryLogin ( byte data ) : string
UpdateChat ( string text, byte c1 = 0xff, byte c2 = 0xff, byte cb = 1 ) : void
WriteBug ( string bug ) : void
parseFace ( ) : void

Method Details

AdjecentTile() public méthode

public AdjecentTile ( byte swingloc ) : Point2D
swingloc byte
Résultat LKCamelot.model.Point2D

AttackRange() public méthode

public AttackRange ( short x, short y, short x2, short y2 ) : short
x short
y short
x2 short
y2 short
Résultat short

GMCreateItem() public méthode

public GMCreateItem ( string str2 ) : void
str2 string
Résultat void

GMInvis() public méthode

public GMInvis ( string str2 ) : void
str2 string
Résultat void

GMItemArray() public méthode

public GMItemArray ( string str2 ) : void
str2 string
Résultat void

GMKick() public méthode

public GMKick ( string str2 ) : void
str2 string
Résultat void

GMLearn() public méthode

public GMLearn ( string str2 ) : void
str2 string
Résultat void

GMTapPlayer() public méthode

public GMTapPlayer ( string str2 ) : void
str2 string
Résultat void

GMTele() public méthode

public GMTele ( string str2 ) : void
str2 string
Résultat void

HandleChat() public méthode

public HandleChat ( string str2, string str ) : void
str2 string
str string
Résultat void

HandleGMChat() public méthode

public HandleGMChat ( string str2 ) : void
str2 string
Résultat void

HandleGo() public méthode

public HandleGo ( string goloc ) : void
goloc string
Résultat void

HandleIncoming() public méthode

public HandleIncoming ( Byte data ) : void
data Byte
Résultat void

IOClient() public méthode

public IOClient ( Connection s ) : System
s Connection
Résultat System

LoadPlayer() public méthode

public LoadPlayer ( ) : void
Résultat void

Parse() public méthode

public Parse ( ConnectionDataEventArgs e ) : void
e ConnectionDataEventArgs
Résultat void

Process() public méthode

public Process ( ) : void
Résultat void

SendPacket() public méthode

public SendPacket ( Byte packet ) : void
packet Byte
Résultat void

TryLogin() public méthode

public TryLogin ( byte data ) : string
data byte
Résultat string

UpdateChat() public méthode

public UpdateChat ( string text, byte c1 = 0xff, byte c2 = 0xff, byte cb = 1 ) : void
text string
c1 byte
c2 byte
cb byte
Résultat void

WriteBug() public static méthode

public static WriteBug ( string bug ) : void
bug string
Résultat void

parseFace() public méthode

public parseFace ( ) : void
Résultat void

Property Details

CStatus public_oe property

public bool CStatus
Résultat bool

GMS public_oe property

public HashSet GMS
Résultat HashSet

LastAttack public_oe property

public long LastAttack
Résultat long

castHandler public_oe property

public CastHandler,LKCamelot.model castHandler
Résultat LKCamelot.model.CastHandler

combatHandler public_oe property

public CombatHandler2,LKCamelot.model combatHandler
Résultat LKCamelot.model.CombatHandler2

connection public_oe property

public Connection connection
Résultat Connection

handler public_oe property

public PlayerHandler,LKCamelot.model handler
Résultat LKCamelot.model.PlayerHandler

keepalive public_oe property

public long keepalive
Résultat long

mm_stream public_oe property

public PacketWriter,LKCamelot.net mm_stream
Résultat LKCamelot.net.PacketWriter

nsa public_oe property

public LKCamelot.model.Modules.NSA nsa
Résultat LKCamelot.model.Modules.NSA

player public_oe property

public Player,LKCamelot.model player
Résultat LKCamelot.model.Player