Gridarta Editor
net.sf.gridarta.model.scripts.AbstractScriptedEvent< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R > Class Template Referenceabstract

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 >
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...
 

Detailed Description

Class which stores information about one scripted event.

Author
Andreas Kirschbaum

Definition at line 31 of file AbstractScriptedEvent.java.

Member Function Documentation

◆ setEventData()

abstract void net.sf.gridarta.model.scripts.AbstractScriptedEvent< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.setEventData ( @NotNull String  pluginName,
@NotNull String  scriptPath,
@NotNull String  options 
)
abstractprotected

◆ typeName()

abstract String net.sf.gridarta.model.scripts.AbstractScriptedEvent< G extends GameObject< G, A, R, A extends MapArchObject< A, R extends Archetype< G, A, R >.typeName ( int  eventType)
abstractprotected

The documentation for this class was generated from the following file: