Declaración
func GetConsumables(target entity<Player>, out var items List<ItemIDType>)
go
Parámetros
Entrada
Nombre | Tipo | Descripción |
---|---|---|
Target | Player | Target Player |
Afuera
Nombre | Tipo | Descripción |
---|---|---|
Result | ListT_ItemGoodsIDType | Consumable List |