Nexus.Client.Games.Morrowind.PluginManagement.Boss.BossSorter.SetPluginActive C# (CSharp) Метод

SetPluginActive() публичный Метод

Sets the active status of the specified plugin.
public SetPluginActive ( string p_strPlugin, bool p_booActive ) : void
p_strPlugin string The plugin whose active status is to be set.
p_booActive bool Whether the specified plugin should be made active or inactive.
Результат void
		public void SetPluginActive(string p_strPlugin, bool p_booActive)
		{
			UInt32 uintStatus = m_dlgSetPluginActive(m_ptrBossDb, StripPluginDirectory(p_strPlugin), p_booActive);
			HandleStatusCode(uintStatus);
		}