Gammtek.Conduit.MassEffect3.SFXGame.StateEventMap.BioStateEventElementBool.BioStateEventElementBool C# (CSharp) Method

BioStateEventElementBool() public method

public BioStateEventElementBool ( BioStateEventElementBool other )
other BioStateEventElementBool
		public BioStateEventElementBool(BioStateEventElementBool other)
			: base(other)
		{
			GlobalBool = other.GlobalBool;
			NewState = other.NewState;
			UseParam = other.UseParam;
		}

Same methods

BioStateEventElementBool::BioStateEventElementBool ( int globalBool = DefaultGlobalBool, bool newState = DefaultNewState, bool useParam = DefaultUseParam, int instanceVersion = DefaultInstanceVersion )
BioStateEventElementBool