AthenaClient.events.onInventoryUpdate.Internal ​
Type Aliases ​
InventoryUpdateCallback ​
Ƭ InventoryUpdateCallback: (inventory
: player
[], toolbar
: player
[], totalWeight
: number
) => void
Type declaration ​
Usage
AthenaClient.events.onInventoryUpdate.Internal.(inventory
, toolbar
, totalWeight
): void
Parameters ​
Name | Type |
---|---|
inventory | player [] |
toolbar | player [] |
totalWeight | number |
Returns ​
void