message
Description:
public signal void message (
string message,
uint frames)
The message signal is emitted each time the core emits a message to display during a given amount of frames.
Parameters:
| message |
the message
|
| frames |
the number of frames the message should be displayed
|