mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
10 lines
259 B
Text
10 lines
259 B
Text
void script_5052(int arg0,int arg1) {
|
|
if (setWidgetRegister(new WidgetPointer(arg0), 3)) {
|
|
if (((boolean)arg1)) {
|
|
cs2method3109(0, divide(getWidgetActualHeight(), 2));
|
|
} else {
|
|
cs2method3109(divide(getWidgetActualWidth(), 2), 0);
|
|
}
|
|
}
|
|
return;
|
|
}
|