Cronous Emulation Server Daemon

EquipmentInstance Members

EquipmentInstance overview

Public Instance Constructors

EquipmentInstance ConstructorInitializes the item instance instance.

Public Instance Properties

count (inherited from ItemInstance)Gets the item count.
durability (inherited from ItemInstance)Gets the item count.
id (inherited from ItemInstance)Gets the item ID.
item_class (inherited from ItemInstance)Gets the actual item class.
owner (inherited from ItemInstance)Gets the item's owner.
prototype (inherited from ItemInstance)Gets the prototype of the item.
shifter (inherited from ItemInstance)Gets the actual shifters.
shifter_parameter (inherited from ItemInstance)Gets the actual shifter parameters.

Public Instance Methods

Equals (inherited from Object) Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object) Gets the Type of the current instance.
make_item_exit (inherited from ItemInstance)Makes an ItemExit packet.
make_shifters (inherited from ItemInstance)Makes shifters
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Fields

_count (inherited from ItemInstance)Item count.
_durability (inherited from ItemInstance)Item durability.
_id (inherited from ItemInstance)Item ID.
_item_class (inherited from ItemInstance)Actual item class.
_owner (inherited from ItemInstance)Item owner.
_prototype (inherited from ItemInstance)Item prototype.
_shifter (inherited from ItemInstance)Actual shifters.
_shifter_parameter (inherited from ItemInstance)Actual shifter parameters.

Protected Instance Methods

Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

EquipmentInstance Class | croemud.item Namespace