public class ClearFiresFunction extends AbstractFunction
editor
Constructor and Description |
---|
ClearFiresFunction(ScenarioEditor editor)
Construct a clear fires function.
|
Modifier and Type | Method and Description |
---|---|
void |
execute()
Execute this function.
|
java.lang.String |
getName()
Get the name of this function.
|
public ClearFiresFunction(ScenarioEditor editor)
editor
- The editor instance.