mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-06 18:08:36 +00:00
Add function to find a TopMenu Item
This commit is contained in:
parent
b70243f469
commit
3a68eeba42
@ -142,6 +142,7 @@ public: //ITopMenu
|
||||
TopMenuPosition position);
|
||||
virtual bool LoadConfiguration(const char *file, char *error, size_t maxlength);
|
||||
virtual unsigned int FindCategory(const char *name);
|
||||
virtual unsigned int FindItem(const char *name);
|
||||
const char *GetObjectInfoString(unsigned int object_id);
|
||||
const char *GetObjectName(unsigned int object_id);
|
||||
public: //IMenuHandler
|
||||
|
||||
Loading…
Reference in New Issue
Block a user