Changeset 147 in tmcsimulator-scriptbuilder


Ignore:
Timestamp:
11/17/2019 07:39:49 PM (6 years ago)
Author:
sdanthin
Message:

Modified all types to optional

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/event/editor/frame/Properties.java

    r134 r147  
    3131    CHPRadio            ("CHP Radio",PropertyTypes.Optional, 
    3232        loadImage(Images.getImage("CHPRadio.png")), new CHPRadioEvent()), 
    33     CMS                 ("CMS", PropertyTypes.Multiple, 
     33    CMS                 ("CMS", PropertyTypes.Optional, 
    3434        loadImage(Images.getImage("CMSEval.png")), new CMSEvaluationEvent()), 
    35     Audio               ("Audio", PropertyTypes.Multiple, 
     35    Audio               ("Audio", PropertyTypes.Optional, 
    3636        loadImage(Images.getImage("Audio.png")), new AudioEvent()), 
    37     CCTV                ("CCTV", PropertyTypes.Multiple, 
     37    CCTV                ("CCTV", PropertyTypes.Optional, 
    3838        loadImage(Images.getImage("CCTV.png")), new CCTVEvent()), 
    39     CADLog              ("CAD Log", PropertyTypes.Multiple, 
     39    CADLog              ("CAD Log", PropertyTypes.Optional, 
    4040        loadImage(Images.getImage("CAD.png")), new CADEvent()), 
    41     Paramics            ("Paramics", PropertyTypes.Multiple, 
     41    Paramics            ("Paramics", PropertyTypes.Optional, 
    4242        loadImage(Images.getImage("Paramics.png")), new ParamicsEvent()), 
    43     Tow                 ("Tow", PropertyTypes.Multiple, 
     43    Tow                 ("Tow", PropertyTypes.Optional, 
    4444        loadImage(Images.getImage("Tow.png")), new TowEvent()), 
    45     Unit                ("Unit", PropertyTypes.Multiple, 
     45    Unit                ("Unit", PropertyTypes.Optional, 
    4646        loadImage(Images.getImage("Unit.png")), new UnitEvent()), 
    47     Witness             ("Witness", PropertyTypes.Multiple, 
     47    Witness             ("Witness", PropertyTypes.Optional, 
    4848        loadImage(Images.getImage("Witness.png")), new WitnessEvent()); 
    4949 
Note: See TracChangeset for help on using the changeset viewer.