Changeset 185 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures
- Timestamp:
- 01/12/2020 04:37:56 PM (6 years ago)
- Location:
- trunk/src/scriptbuilder/structures
- Files:
-
- 2 edited
-
ScriptEvent.java (modified) (1 diff)
-
events/CADEvent.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/ScriptEvent.java
r145 r185 129 129 public String toString() 130 130 { 131 return this.type.toString() + " - [Event De scription]";131 return this.type.toString() + " - [Event Details will appear here.]"; 132 132 } 133 133 -
trunk/src/scriptbuilder/structures/events/CADEvent.java
r76 r185 50 50 return output; 51 51 } 52 /** 53 * @return a string representation of this event. Used for example in 54 * Script Events Panel of Incident Editor window. 55 */ 56 @Override 57 public String toString() 58 { 59 return getScriptEventType().toString() + " " + detail; 60 } 52 61 }
Note: See TracChangeset
for help on using the changeset viewer.
