C# Class SagaMap.Packets.Server.NPCChat

Inheritance: SagaLib.Packet
Afficher le fichier Open project: Willyham/SagaRO2

Méthodes publiques

Méthode Description
NPCChat ( ) : System
SetActor ( uint actor ) : void
SetIcons ( byte ncons, byte icons ) : void
SetScript ( uint script ) : void
SetU ( byte u ) : void
SetUnknown ( byte unk ) : void

Method Details

NPCChat() public méthode

public NPCChat ( ) : System
Résultat System

SetActor() public méthode

public SetActor ( uint actor ) : void
actor uint
Résultat void

SetIcons() public méthode

public SetIcons ( byte ncons, byte icons ) : void
ncons byte
icons byte
Résultat void

SetScript() public méthode

public SetScript ( uint script ) : void
script uint
Résultat void

SetU() public méthode

public SetU ( byte u ) : void
u byte
Résultat void

SetUnknown() public méthode

public SetUnknown ( byte unk ) : void
unk byte
Résultat void