Beta Documentation - Subject to change.

Gets the maximum quantity of this wallet item that a player can have.

Syntax

Lua
function WalletItem:GetMaxQuantity();

Returns

Type: number
The maximum quantity of this wallet item that a player can have.

Remarks

Gets the maximum quantity of this wallet item that a player can have.

See Also