Beispiel #1
0
 public override void SetVariableValue(MHUnion value)
 {
     value.CheckType(MHUnion.U_Bool);
     m_fValue = value.Bool;
     Logging.Log(Logging.MHLogDetail, "Update " + ObjectIdentifier.Printable() + " := " + (m_fValue ? "true": "false"));
 }