Added initial version
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
void script_4714(int arg0,int arg1,int arg2,int arg3,int arg4) {
|
||||
if (setWidgetRegister(new WidgetPointer(arg0), arg4)) {
|
||||
setWidgetVFlip(0);
|
||||
}
|
||||
setWidgetIsHidden(true, new WidgetPointer(arg1));
|
||||
setWidgetIsHidden(true, new WidgetPointer(arg2));
|
||||
if (arg3 != -1) {
|
||||
setWidgetIsHidden(true, new WidgetPointer(arg3));
|
||||
}
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user