project: Support for creating a bare MenuEntry
This commit is contained in:
@@ -643,6 +643,12 @@ public interface Client extends GameEngine
|
||||
*/
|
||||
MenuEntry createMenuEntry(int idx);
|
||||
|
||||
/**
|
||||
* Create a new menu entry
|
||||
* @return the newly created menu entry
|
||||
*/
|
||||
MenuEntry createMenuEntry(String option, String target, int identifier, int opcode, int param1, int param2);
|
||||
|
||||
/**
|
||||
* Gets an array of currently open right-click menu entries that can be
|
||||
* clicked and activated.
|
||||
|
||||
Reference in New Issue
Block a user