client: Add Widget Animation Smoothing
This commit is contained in:
@@ -24,4 +24,7 @@ public interface RSSequenceDefinition
|
||||
|
||||
@Import("frameLengths")
|
||||
int[] getFrameLenths();
|
||||
|
||||
@Import("chatFrameIds")
|
||||
int[] getChatFrameIds();
|
||||
}
|
||||
|
||||
@@ -475,4 +475,10 @@ public interface RSWidget extends Widget
|
||||
@Import("noScrollThrough")
|
||||
@Override
|
||||
void setNoScrollThrough(boolean noScrollThrough);
|
||||
|
||||
@Import("modelFrame")
|
||||
int getModelFrame();
|
||||
|
||||
@Import("modelFrameCycle")
|
||||
int getModelFrameCycle();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user