Class OnStoreRequestSell
Triggered when a creature requests to sell an item to a store.
public sealed class OnStoreRequestSell : IEvent
- Inheritance
-
OnStoreRequestSell
- Implements
- Inherited Members
- Extension Methods
Properties
- Creature
Gets the creature requesting the sale.
- Item
Gets the item to be sold, if available.
- PreventSell
Set to true to prevent the sale.
- Price
Gets the calculated sale price.
- Result
Gets the result of the sale request.
- Store
Gets the target store handling the sale, if available.