mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-10 10:20:41 -07:00
Added initial version
This commit is contained in:
commit
b452bd670c
13290 changed files with 1178433 additions and 0 deletions
11
dumps/scripts/292.cs2
Normal file
11
dumps/scripts/292.cs2
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
int script_292(int arg0,int arg1,int arg2,int arg3) {
|
||||
if (arg0 == -1) {
|
||||
arg0 = 280;
|
||||
}
|
||||
createExtraChild(new WidgetPointer(arg1), 5, getExtraChildGap(new WidgetPointer(arg1)));
|
||||
setWidgetPosition(arg3, arg2, 2, 0);
|
||||
setWidgetSize(20, 20, 0, 0);
|
||||
cs2method1107(0);
|
||||
setWidgetSprite(getOtherCommonData(arg0, 130));
|
||||
return add(arg3, 10);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue