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 2738 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
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now