Server/dumps/scripts/2336.cs2
2021-03-07 20:37:32 -06:00

7 lines
213 B
Text

void script_2336(int arg0,int arg1) {
if (getDisplayMode() != arg1) {
setScriptCallOnGameloop(2336, new WidgetPointer(arg0), getDisplayMode(), "Ii", new WidgetPointer(arg0));
script_2337(arg0);
}
return;
}