Function set_script_error_ignoring_state

Source
pub fn set_script_error_ignoring_state(state: bool)
Expand description

Set whether script errors should be ignored or not.

If true, script errors will not crash the server, but could have any number
of unforeseen consequences, which is why this is a highly experimental
setting.

state The new script error ignoring state.

Returns void