Interface IUsable
Namespace: Eco.Gameplay.Interactions.Interactors
Assembly: Eco.Gameplay.dll
Syntax
public interface IUsable
Methods
Use(Player, InteractionTarget, InteractionTriggerInfo, String)
Declaration
void Use(Player player, InteractionTarget target, InteractionTriggerInfo trigger, string ui = "WorldObjectUI")
Parameters
Type | Name | Description |
---|---|---|
Player | player | |
InteractionTarget | target | |
InteractionTriggerInfo | trigger | |
System.String | ui |