Mod UI

How do I know all lua methods in UI class other than “UI.Notify” referred in pdf?

I want to display something when something happened.(“You are GREAT!!” showed in large size when kill a big boss for example)

Or I want to create a message box that do battle log.

Ui.notify is the only function in ui.

What you want to do is impossible with the provided lua functionality.

Thanks for reply.
So there is no other ways other than lua?
I can only wait until crate expend the lua functions?