Changeset 76 in tmcsimulator-scriptbuilder for trunk/src/scriptbuilder/structures/ScriptIncident.java
- Timestamp:
- 08/25/2017 12:22:28 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/scriptbuilder/structures/ScriptIncident.java
r58 r76 221 221 } 222 222 223 /** 224 * Write this incident, in proper XML form, to the file in question. 225 * 226 * @param f the destination savefile 227 */ 223 228 public void saveIncidentToFile(File f) 224 229 { … … 298 303 { 299 304 305 /** 306 * The slice which has received focus in this event. 307 */ 300 308 public TimeSlice slice; 301 309 … … 325 333 { 326 334 335 /** 336 * The incident which has received focus in this event. 337 */ 327 338 public ScriptIncident incident; 328 339
Note: See TracChangeset
for help on using the changeset viewer.
