-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Whether or not you can get the full list of loaded plugins within a plugin #359
Comments
you can access the loaded plugins from the pluginmanager instance |
I'm new to C# and I see this constructor but I don't know how it should be used and how it should be filled out?PluginManager (IScriptHostConfiguration, ICommandManager, ILogger, IServiceProvider, IServiceScopeFactory) |
We currently don't provide the |
I can work on this however not sure if we should expose CounterStrikeSharp/managed/CounterStrikeSharp.API/Core/Plugin/Host/IPluginManager.cs Line 7 in 42dd270
as it just loads every plugin from the Exposing CounterStrikeSharp/managed/CounterStrikeSharp.API/Core/Plugin/Host/IPluginManager.cs Line 8 in 42dd270
would lead to people load plugins from arbitrary paths. I believe we should only let CounterStrikeSharp/managed/CounterStrikeSharp.API/Core/Plugin/Host/IPluginManager.cs Line 9 in 42dd270
to be used from
|
Similar to css_plugins list
I tried using var cheatsCvar = ConVar.Find("css_plugins list") but it failed
The text was updated successfully, but these errors were encountered: