Add mappings for indexed script db
Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -327,6 +327,13 @@ public interface Client extends GameEngine
|
|||||||
*/
|
*/
|
||||||
IndexDataBase getIndexSprites();
|
IndexDataBase getIndexSprites();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Gets the script index database.
|
||||||
|
*
|
||||||
|
* @return the script database
|
||||||
|
*/
|
||||||
|
IndexDataBase getIndexScripts();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the x-axis base coordinate.
|
* Returns the x-axis base coordinate.
|
||||||
* <p>
|
* <p>
|
||||||
|
|||||||
@@ -323,6 +323,10 @@ public interface RSClient extends RSGameEngine, Client
|
|||||||
@Override
|
@Override
|
||||||
RSIndexDataBase getIndexSprites();
|
RSIndexDataBase getIndexSprites();
|
||||||
|
|
||||||
|
@Import("indexScripts")
|
||||||
|
@Override
|
||||||
|
RSIndexDataBase getIndexScripts();
|
||||||
|
|
||||||
@Import("widgetFlags")
|
@Import("widgetFlags")
|
||||||
@Override
|
@Override
|
||||||
RSHashTable getWidgetFlags();
|
RSHashTable getWidgetFlags();
|
||||||
|
|||||||
Reference in New Issue
Block a user