mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
8 lines
227 B
Text
8 lines
227 B
Text
void script_4711(int arg0,int arg1,int arg2,int arg3,int arg4) {
|
|
if (isWidgetHidden(new WidgetPointer(arg1))) {
|
|
script_4712(arg0, arg1, arg2, arg3, arg4);
|
|
} else {
|
|
script_4714(arg0, arg1, arg2, arg3, arg4);
|
|
}
|
|
return;
|
|
}
|