Joe91 / fun-bots

A highly customizable and configurable bot mod for your Venice Unleashed Battlefield 3 server.
https://discord.gg/zNk3qCzk6x
249 stars 46 forks source link

Call on-screen alert using function #181

Closed Firjens closed 3 years ago

Firjens commented 3 years ago

A Lua function to open an alert box on the screen.

Implementation idea: Fonction to generate an alert box, which returns an alert UUID (used for tracking stuff like callbacks) and a JSON or something. Code has to send JSON to the webUI which will process it and returns a callback based on the user's input. The callback contains an UUID that the code can use for tracking the callback option.

https://cdn.discordapp.com/attachments/862736696003788831/880052252067393616/unknown.png

Firjens commented 3 years ago

Implemented in branch feature/ui-rework