C# Class SagaMap.Packets.Server.NPCChat

Inheritance: SagaLib.Packet
Show file Open project: Willyham/SagaRO2

Public Methods

Method 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 method

public NPCChat ( ) : System
return System

SetActor() public method

public SetActor ( uint actor ) : void
actor uint
return void

SetIcons() public method

public SetIcons ( byte ncons, byte icons ) : void
ncons byte
icons byte
return void

SetScript() public method

public SetScript ( uint script ) : void
script uint
return void

SetU() public method

public SetU ( byte u ) : void
u byte
return void

SetUnknown() public method

public SetUnknown ( byte unk ) : void
unk byte
return void