Skip to content

button_module:delete

Looobay edited this page Apr 30, 2024 · 1 revision

Summary

This function allows you to delete buttons. You can use it in your code to remove the button you want in the arguments. It just use the lua table.remove function.

Function

button_module:delete(btn)

Arguments

  • btn (table) The table of the button you want to delete.

Returns

  • Nothing.
Clone this wiki locally