CreateEmoteBagMenu(emotes)

It will render a list of buttons for each available emote for the user. It will then attach to each emote, a sub menu containing two actions :

  • Rename

  • Delete

The rename action will open an input dialog to ask the new name.

It will then trigger the corresponding network event renameEmote or deleteEmote to execute the action from the server.

Last updated