| Property | Value |
|---|---|
| Native Name | _DATABINDING_REMOVE_UI_ITEM_FROM_LIST_BY_INDEX |
| Hash | 0x6318FB3BE37E11B3 |
| Return Type | void |
| Build | 1207 |
| API Set | client |
| Parameters | entryId (Hash), index (int) |
Description: Remove a UI item from its list by index. Video: https://imgur.com/a/LDAUVkh
Usage
Lua (Direct):
DatabindingRemoveUiItemFromListByIndex(entryId, index)
Lua (Hash):
Citizen.InvokeNative(0x6318FB3BE37E11B3, entryId, index)