| Symbol | Description |
|---|---|
| OnAdminMenuCreated | Called when the admin menu is created and 3rd party plugins can grab the Handle or add categories. |
| OnAdminMenuReady | Called when the admin menu is ready to have items added. |
| Symbol | Description |
|---|---|
| AddTargetsToMenu | Adds targets to an admin menu. Each client is displayed as: name (userid) Each item contains the userid as a string for its info. |
| AddTargetsToMenu2 | Adds targets to an admin menu. Each client is displayed as: name (userid) Each item contains the userid as a string for its info. |
| GetAdminTopMenu | Retrieves the Handle to the admin top menu. |
| RedisplayAdminMenu | Re-displays the admin menu to a client after selecting an item. Auto-aborts if the Handle is invalid. |