[][src]Function tes3mp_plugin::plugin::generated::set_script_error_ignoring_state

pub fn set_script_error_ignoring_state(state: bool)

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