rl-api: import getTopLevelInterfaceId

This commit is contained in:
Max Weber
2021-05-19 08:18:56 -06:00
committed by Adam
parent f8853fff31
commit c69337d954

View File

@@ -486,6 +486,11 @@ public interface Client extends GameEngine
*/
void setDraggedOnWidget(Widget widget);
/**
* Gets Interface ID of the root widget
*/
int getTopLevelInterfaceId();
/**
* Gets the root widgets.
*