Search results

Jump to navigation Jump to search
  • Returns ''true'' if the radio button is selected, ''false'' if it is not. ...e creates a radio button then checks if one is selected and if it is, then it's output the title and sets the next radio button selected. (TESTED!)
    1 KB (129 words) - 19:30, 6 September 2021
  • ...e creates a radio button then checks if one is selected and if it is, then it's output the title and sets the next radio button selected. (TESTED!) <syntaxhighlight lang="lua">hi = guiCreateRadioButton(243,204,36,16,"Hi",false)
    1 KB (150 words) - 19:31, 6 September 2021
  • element guiCreateRadioButton ( float x, float y, float width, float height, string text, [ bool relative Returns [[element]] of the radio button if it was created succesfully, ''false'' otherwise.
    3 KB (373 words) - 08:10, 30 October 2023