Changeset 46 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/ScriptEvent.java


Ignore:
Timestamp:
08/07/2017 04:20:08 PM (9 years ago)
Author:
bmcguffin
Message:

Added file: XMLWriter, in package Scriptbuilder.structures. It holds static methods which ither classes that implement I_XML_Writable may find useful. Also restructured the toXML method of many classes to utilize this new class.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/scriptbuilder/structures/ScriptEvent.java

    r7 r46  
    4242    public static enum ScriptEventType 
    4343    { 
     44        CAD_EVENT("CAD"), 
     45        UNIT_EVENT("Unit"), 
    4446        AUDIO_EVENT("Audio"), 
    45         CAD_EVENT("CAD"), 
    4647        CCTV_EVENT("CCTV"), 
    4748        CHP_RADIO_EVENT("CHPRadio"), 
    4849        PARAMICS_EVENT("Paramics"), 
    4950        TOW_EVENT("Tow"), 
    50         UNIT_EVENT("Unit"), 
    5151        WITNESS_EVENT("Witness"), 
     52        TELEPHONE_EVENT("Telephone"), 
    5253        MAINTENANCE_RADIO_EVENT("MaintenanceRadio"), 
    5354        TMT_RADIO_EVENT("TMTRadio"), 
    54         TELEPHONE_EVENT("Telephone"), 
     55        CAD_EVAL_EVENT("CADEval"), 
    5556        ATMS_EVAL_EVENT("ATMSEval"), 
     57        CMS_EVAL_EVENT("CMSEval"), 
    5658        ACTIVITY_LOG_EVAL_EVENT("ActivityLogEval"), 
    57         CAD_EVAL_EVENT("CADEval"), 
    58         CMS_EVAL_EVENT("CMSEval"), 
    5959        FACILITATOR_EVAL_EVENT("FacilitatorEval"), 
    6060        RADIO_EVAL_EVENT("RadioEval"); 
Note: See TracChangeset for help on using the changeset viewer.