Introduction¶
The Nutshell Standard Library is a collection of builtin Squirrel classes registered natively in each Nutshell virtual machine.
Their goal is to provide a quick and easy interface to build your games.
Namespace Safety¶
Class redefinition
Do not declare custom Squirrel classes in the root namespace using names that conflict with the Nutshell Standard Library.
Doing so will overwrite the core class definition in the root table, breaking engine functionalities and any scripts that depend on them.