GuiDisable method

void GuiDisable()

Implementation

void GuiDisable() => run(
  () => 'GuiDisable()',
  () => rl.Gui.GuiDisable(),
);