[][src]Function tes3mp_plugin::plugin::generated::custom_message_box

pub fn custom_message_box(pid: u16, id: i16, label: &str, buttons: &str)

Display an interactive messagebox at the center of the screen that
vanishes only when one of its buttons is clicked.

pid The player ID for whom the messagebox should appear.
id The numerical ID of the messagebox.
label The text in the messagebox.
\parm buttons The captions of the buttons, separated by semicolons (e.g. "Yes;No;Maybe").

Returns void