project: bringup api - thank you blue!

This commit is contained in:
TheRealNull
2021-01-04 01:25:09 -05:00
parent c0127ef8f6
commit 02b856556c
23 changed files with 188 additions and 85 deletions

View File

@@ -686,7 +686,7 @@ public interface RSClient extends RSGameShell, Client
RSUsername createName(String name, RSLoginType type);
@Import("getVarbit")
int getVarbit(int varbitId);
int rs$getVarbit(int varbitId);
@Import("VarbitDefinition_cached")
RSEvictingDualNodeHashTable getVarbitCache();
@@ -1314,4 +1314,16 @@ public interface RSClient extends RSGameShell, Client
@Import("viewportColor")
void setViewportColor(int i);
@Import("changedVarps")
int[] getChangedVarps();
@Import("changedVarpCount")
int getChangedVarpCount();
@Import("changedVarpCount")
void setChangedVarpCount(int changedVarpCount);
@Import("scriptActiveWidget")
RSWidget getScriptActiveWidget();
}