Cronous Emulation Server Daemon

DroppedItem Members

DroppedItem overview

Public Static (Shared) Fields

ITEM_LAST_TIMEInterval time before a dropped item gets cleaned from the map.

Public Instance Constructors

DroppedItem ConstructorInitializes the dropped item.

Public Instance Properties

clean_timeTime to clean the item.
game_serverGame server.
item_idItem ID.
owner_character_idOwner character's ID.
position_xDropped position, x coordinate.
position_yDropped position, y coordinate.
viewing_charactersTable of player viewers.

Public Instance Methods

add_viewerAdds a viewer player.
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_entryMakes an ItemEntry packet.
make_item_exitMakes an ItemExit packet.
remove_viewerRemoves a viewer character.
ToString (inherited from Object) Returns a String that represents the current Object.

See Also

DroppedItem Class | croemud.map Namespace