Cronous Emulation Server Daemon

PickItem Class

Item picking packet.

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

System.Object
   croemud.packet.Packet
      croemud.clientpacket.PickItem

[Visual Basic]
Public Class PickItem
    Inherits Packet
[C#]
public class PickItem : Packet
[C++]
public __gc class PickItem : public Packet
[JScript]
public class PickItem 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

PickItem Members | croemud.clientpacket Namespace