Interface IPickupable
Namespace: Eco.Gameplay.Interactions.Interactors
Assembly: Eco.Gameplay.dll
Syntax
public interface IPickupable
Methods
Pickup(Player, InteractionTarget, Inventory, INetObject)
Declaration
Task<bool> Pickup(Player player, InteractionTarget target, Inventory targetInv, INetObject toolUsed)
Parameters
| Type | Name | Description |
|---|---|---|
| Player | player | |
| InteractionTarget | target | |
| Inventory | targetInv | |
| INetObject | toolUsed |
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<System.Boolean> |