Script imports
Openplanet comes with a number of optional scripts that you can import into your plugin.
Script | Description |
---|---|
Dialogs.as | Simple dialog rendering framework. |
Patch.as | Helper classes for applying memory patches. |
Deprecated imports
Some imports have been deprecated and moved to Openplanet's main implementation for improved performance. That means you don't need to manually import these anymore as they will always exist.
Icons.as
: See IconsPermissions.as
: See PermissionsTime.as
: See TimeFormatting.as
: See global namespace
Subject to removal
Some of these imports might be removed in the future or implemented into Openplanet directly, depending on their usage. For example, Dialogs.as
might disappear due to its low usage.