Add item use command
This commit is contained in:
@@ -72,6 +72,9 @@ public:
|
||||
UFUNCTION(Exec)
|
||||
void AgrarianSplitStack(int32 StackIndex, int32 SplitQuantity);
|
||||
|
||||
UFUNCTION(Exec)
|
||||
void AgrarianUseItem(FName ItemId, int32 Quantity);
|
||||
|
||||
UFUNCTION(Exec)
|
||||
void AgrarianTravel(float X, float Y, float Z);
|
||||
|
||||
@@ -97,6 +100,9 @@ protected:
|
||||
UFUNCTION(Server, Reliable)
|
||||
void ServerAgrarianSplitStack(int32 StackIndex, int32 SplitQuantity);
|
||||
|
||||
UFUNCTION(Server, Reliable)
|
||||
void ServerAgrarianUseItem(FName ItemId, int32 Quantity);
|
||||
|
||||
UFUNCTION(Server, Reliable)
|
||||
void ServerAgrarianTravel(FVector Destination);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user