pub fn init() -> Result<(), InitializationError>
Expand description
Loads plugins, core architecture, platform, etc.
⚠️ Important! Must be called at the beginning of scripts. Plugins do not need to call this. ⚠️
You can instead call this through Session
.
If you need to customize initialization, use init_with_opts
instead.