Beta Documentation - Subject to change.

Gets a wallet item from the player's wallet.

Syntax

Lua
function Wallet:GetItem(index);

Parameters

index
Type: number
The index of the item to get.

Returns

Type: WalletItem
The WalletItem at the specified index..

Remarks

This method will return a WalletItem out of the player's wallet at the specified index. The index must be in the range of 1 to GetSize.

See Also