C# Class SagaMap.Packets.Server.SendChat

Inheritance: SagaLib.Packet
Mostrar archivo Open project: Willyham/SagaRO2 Class Usage Examples

Public Methods

Method Description
SendChat ( int textLength ) : System
SetMessage ( string text ) : void
SetMessageType ( MESSAGE_TYPE type ) : void
SetName ( string name ) : void

Method Details

SendChat() public method

public SendChat ( int textLength ) : System
textLength int
return System

SetMessage() public method

public SetMessage ( string text ) : void
text string
return void

SetMessageType() public method

public SetMessageType ( MESSAGE_TYPE type ) : void
type MESSAGE_TYPE
return void

SetName() public method

public SetName ( string name ) : void
name string
return void