GuiInterface.addListItem
Appends an item to a list
Kind: Function
Environments: Game
Game
guiInterface:addListItem( listName, itemName, data )
Availability: Client only
Parameters:
| Name | Type | Description |
|---|---|---|
gui |
GuiInterface | The Gui interface |
listName |
string | The name of the list |
itemName |
string | The name of the item |
data |
table | Table of data to store |