Add Skybox plugin

This commit is contained in:
Max Weber
2019-01-05 20:03:05 -07:00
committed by Adam
parent 9a93250c9c
commit 9098d1fa94
9 changed files with 1700 additions and 1 deletions

View File

@@ -794,6 +794,14 @@ public interface RSClient extends RSGameEngine, Client
@Override
void setOculusOrbNormalSpeed(int state);
@Import("lookingAtX")
@Override
int getOculusOrbFocalPointX();
@Import("lookingAtY")
@Override
int getOculusOrbFocalPointY();
RSItem getLastItemDespawn();
void setLastItemDespawn(RSItem lastItemDespawn);
@@ -896,6 +904,9 @@ public interface RSClient extends RSGameEngine, Client
@Import("graphicsPixelsHeight")
int getGraphicsPixelsHeight();
@Import("fillRectangle")
void RasterizerFillRectangle(int x, int y, int w, int h, int rgb);
@Import("startX")
int getStartX();