Click or drag to resize

PluginManagerGetEnabledPlugins Method

Gets the enabled plugins.

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static IEnumerable<string> GetEnabledPlugins()

Return Value

Type: IEnumerableString
An enumerator that allows foreach to be used to process get enabled plugins in this collection.
Remarks
Created 4/26/2012.
See Also