Declaración
func DropItem(target entity<Player>, item entity<ItemBase>)
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Target | Player | Target Players |
Item | InventoryBase | Item Entity |
Make the target player drop an item
func DropItem(target entity<Player>, item entity<ItemBase>)
go
Nombre | Tipo | Descripción |
---|---|---|
Target | Player | Target Players |
Item | InventoryBase | Item Entity |