Cronous Emulation Server Daemon

Talk Class

NPC interaction packet.

For a list of all members of this type, see Talk Members.

System.Object
   croemud.packet.Packet
      croemud.clientpacket.Talk

[Visual Basic]
Public Class Talk
    Inherits Packet
[C#]
public class Talk : Packet
[C++]
public __gc class Talk : public Packet
[JScript]
public class Talk extends Packet

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: croemud.clientpacket

Assembly: croemud (in croemud.dll)

See Also

Talk Members | croemud.clientpacket Namespace