All public logs

Jump to navigation Jump to search

Combined display of all available logs of Multi Theft Auto: Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 13:26, 5 April 2022 Thisdp talk contribs created page DgsComboBoxGetItemData (Created page with "{{Client function}} This function gets an Item Data associated to a combo box item. ==Syntax== <syntaxhighlight lang="lua"> mixed dgsComboBoxGetItemData ( element combobox, int itemIndex ) </syntaxhighlight> ===Required Arguments=== *'''combobox:''' the combobox containing the item you're interested in. *'''itemIndex:''' the item index of the item. ===Returns=== Returns the item data of the specified item, ''false'' otherwise. ==Example== This example displays a...")