GuiSetState method

void GuiSetState(
  1. int state
)

Set gui state (global state)

Implementation

void GuiSetState(int state)
  => _GuiSetState(state);