Cronous Emulation Server Daemon

ThrowItem Class

Item throwing packet.

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

System.Object
   croemud.packet.Packet
      croemud.clientpacket.ThrowItem

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

ThrowItem Members | croemud.clientpacket Namespace