Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IMenuCommandService.cs
Go to the documentation of this file.
2
3public interface IMenuCommandService
4{
6
7 void AddCommand(MenuCommand command);
8
9 void AddVerb(DesignerVerb verb);
10
12
13 bool GlobalInvoke(CommandID commandID);
14
16
18
19 void ShowContextMenu(CommandID menuID, int x, int y);
20}
MenuCommand? FindCommand(CommandID commandID)
void ShowContextMenu(CommandID menuID, int x, int y)