mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
9 lines
333 B
Text
9 lines
333 B
Text
void script_1208(int arg0,int arg1,int arg2,int arg3) {
|
|
if (((boolean)arg3)) {
|
|
setWidgetScrollMax(0, add(arg2, getWidgetActualHeight(new WidgetPointer(arg1))), new WidgetPointer(arg1));
|
|
} else {
|
|
setWidgetScrollMax(0, arg2, new WidgetPointer(arg1));
|
|
}
|
|
script_72(arg0, arg1, cs2method2601(new WidgetPointer(arg1)));
|
|
return;
|
|
}
|