====== PlayClaw plugins SDK ====== Main task for this plugins SDK is to create various overlays. More features will be available in future versions. Plugin is common 32-bits DLL with a set of special [[plugin_sdk:exports:|export functions]]. Plugin should be located in PLUGINS subfolder or in its own folder in PLUGINS subfolder. Take a look on screenshot.\\ {{ :plugin_sdk:plugins_location.jpg?nolink |}}\\ If plugin is located in its own subfolder, it has ability to use its own localization files. Here you will find [[simple_sample|simple sample]] of overlay plugin with our comments. Here are details on [[plugin_sdk:imports:start|PlayClaw API]] available for plugins. Plugins localization guide is [[plugin_localization|here]].