Syntax
Lua |
---|
function Wallet:GetItem(index); |
Parameters
- index
-
Type:
number
The index of the item to get.
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.