|
Gridarta Editor
|
Class which stores information about one scripted event. More...
Inheritance diagram for net.sf.gridarta.model.scripts.AbstractScriptedEvent< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:
Collaboration diagram for net.sf.gridarta.model.scripts.AbstractScriptedEvent< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >:Protected Member Functions | |
| abstract void | setEventData (@NotNull String pluginName, @NotNull String scriptPath, @NotNull String options) |
| abstract String | typeName (int eventType) |
Additional Inherited Members | |
Public Member Functions inherited from net.sf.gridarta.model.scripts.ScriptedEvent< G, A, R > | |
| G | getEventArch () |
| Returns the underlying event game object. More... | |
| int | getEventType () |
| String | getOptions () |
| String | getPluginName () |
| String | getScriptPath () |
| void | modifyEventPath () |
| Set event path and plugin name according to user input from popup dialog. More... | |
Class which stores information about one scripted event.
Definition at line 31 of file AbstractScriptedEvent.java.
|
abstractprotected |
|
abstractprotected |