Function password_dialog

Source
pub fn password_dialog(pid: u16, id: i16, label: &str, note: &str)
Expand description

Display a password dialog at the center of the screen.

Although similar to an input dialog, the password dialog replaces all
input characters with asterisks.

pid The player ID for whom the password dialog should appear.
id The numerical ID of the password dialog.
label The text at the top of the password dialog.
\parm note The text at the bottom of the password dialog.

Returns void