HTML:ConsoleMessage
Description
Called when the page inside the HTML window runs the console.log
javascript function.
On the x86-64 beta, it's called for all built-in console.*
javascript functions.
Overwriting this function in any way will disable default behavior of printing the message to the in-game console.
Arguments
4 string severity
The severity of the message. Possible values are:
- "log"
- "warn"
- "error"
- "debug"
This was recently added in version (2025.09.22). It might only be available on the Dev Branch right now.
Page views: 10
Updated: Recently
Updated: Recently