79135 4 Posted November 3, 2018 Share Posted November 3, 2018 How to check for quester profile "is complete condition" if plugin is active? Link to comment https://wrobot.eu/forums/topic/10345-check-if-plugin-active/ Share on other sites More sharing options...
Droidz 2766 Posted November 5, 2018 Share Posted November 5, 2018 Hello, This check if user have enabled or not plugin: return wManager.wManagerSetting.CurrentSetting.PluginsSettings.Any(p => p.Actif && string.Equals(p.FileName, "file name.cs", StringComparison.InvariantCultureIgnoreCase)); 79135 1 Link to comment https://wrobot.eu/forums/topic/10345-check-if-plugin-active/#findComment-49154 Share on other sites More sharing options...
79135 4 Posted November 5, 2018 Author Share Posted November 5, 2018 Thanks! Link to comment https://wrobot.eu/forums/topic/10345-check-if-plugin-active/#findComment-49157 Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now