Garry's Mod Wiki

DMenuOption:SetRadio

  DMenuOption:SetRadio( boolean checked )

Recently Added

This was recently added in version (2024.02.20). It might only be available on the Dev Branch right now.

Description

Sets whether this DMenuOption should act like a radio button.

Checking a radio button automatically unchecks all adjacent radio buttons.

Arguments

1 boolean checked
true to set as a radio button.