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


Ignore:
Timestamp:
01/12/2020 04:37:56 PM (6 years ago)
Author:
jdalbey
Message:

CADEvent.java added a toString() method with text that will appear in tooltip and Script Event panel.

File:
1 edited

Legend:

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

    r145 r185  
    129129    public String toString() 
    130130    { 
    131         return this.type.toString() + " - [Event Description]"; 
     131        return this.type.toString() + " - [Event Details will appear here.]"; 
    132132    } 
    133133 
Note: See TracChangeset for help on using the changeset viewer.