Cronous Emulation Server Daemon

ItemInstance Members

ItemInstance overview

Public Static (Shared) Methods

createCreates a default item.
loadLoads an item from database.

Public Instance Properties

countGets the item count.
durabilityGets the item count.
idGets the item ID.
item_classGets the actual item class.
ownerGets the item's owner.
prototypeGets the prototype of the item.
shifterGets the actual shifters.
shifter_parameterGets 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_exitMakes an ItemExit packet.
make_shiftersMakes shifters
ToString (inherited from Object) Returns a String that represents the current Object.

Protected Instance Constructors

ItemInstance ConstructorInitializes the item instance instance.

Protected Instance Fields

_countItem count.
_durabilityItem durability.
_idItem ID.
_item_classActual item class.
_ownerItem owner.
_prototypeItem prototype.
_shifterActual shifters.
_shifter_parameterActual 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

ItemInstance Class | croemud.item Namespace