Example #1
0
 public HostageVisualizer(LocationalDataStub hostageStub, HostageControl hostageControl) : base(hostageStub, hostageControl, hostageControl.panelQuestBoxes)
 {
     hostageControl.comboBox_Body.SelectedIndexChanged += OnBodyIndexChanged;
 }
Example #2
0
        public override void DrawMetadata(Metadata meta)
        {
            HostageControl hostageControl = (HostageControl)detailControl;

            hostageControl.SetMetadata((HostageMetadata)meta, bodyNames, cpName);
        }
Example #3
0
 public HostageMetadata(HostageControl control)
 {
     hostageBodyName = control.comboBox_Body.Text;
     canInterrogate  = control.checkBox_intrgt.Checked;
     objectiveType   = control.comboBox_ObjType.Text;
 }