Hello.
 
	I have a bit programming skill and try now change one fight class profile.
 
	I dont understand here
 
new SpellState("Power Word: Shield", 20, context => DiscPriestaSettings.CurrentSetting.PowerWordShield && Fight.InFight && ObjectManager.Me.GetMove, true, true, false, false, true, true, true, true, 0, false, false, false, false, false, false, wManager.Wow.Helpers.FightClassCreator.YesNoAuto.Yes, "", "player", true, true, false),
	a lot of "false" and "true". Where i can find description of function SpellState()?
 
	And where i can find all functions and methods of "ObjectManager."?
 
	Thank you.