mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
7 lines
282 B
Text
7 lines
282 B
Text
void script_4502(int arg0,int arg1,int arg2) {
|
|
if (setWidgetRegister(new WidgetPointer(arg1), arg2) && (strLength(getWidgetText()) > 0)) {
|
|
setWidgetIsHidden(false, new WidgetPointer(arg0));
|
|
setWidgetPosition(0, getWidgetActualY(), 0, 0, new WidgetPointer(arg0));
|
|
}
|
|
return;
|
|
}
|