Function screeps::game::notify

source ·
pub fn notify(message: &str, group_interval: Option<u32>)
Expand description

Send an email message to yourself with a given message.

Set a group_interval with a limit, in minutes, on how frequently emails are allowed to be sent. Message will be truncated to NOTIFY_MAX_LENGTH characters.

Screeps documentation