GuiSetState method

void GuiSetState(
  1. int state
)

Implementation

void GuiSetState(int state) {
  return _GuiSetState(state);
}