|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Script | |
|---|---|
| net.kolls.railworld.io | File I/O support for maps and games. |
| net.kolls.railworld.opening | Classes used to start the game. |
| net.kolls.railworld.play.script | Scripting support for plug-ins. |
| Uses of Script in net.kolls.railworld.io |
|---|
| Method parameters in net.kolls.railworld.io with type arguments of type Script | |
|---|---|
static void |
RWGReader.read(java.io.File f,
PlayFrame rf,
java.util.List<Script> scripts)
Reads a Rail World Game (RWG) file and populates/updates a given rail canvas and train list. |
| Uses of Script in net.kolls.railworld.opening |
|---|
| Methods in net.kolls.railworld.opening that return Script | |
|---|---|
Script[] |
ScriptPanel.getScripts()
Return a list of all scripts selected by the user. |
| Constructors in net.kolls.railworld.opening with parameters of type Script | |
|---|---|
MetaDataPanel(MetaData m,
Script[] scrs,
boolean editable)
Displays a panel with given information. |
|
| Uses of Script in net.kolls.railworld.play.script |
|---|
| Methods in net.kolls.railworld.play.script that return Script | |
|---|---|
static Script |
ScriptManager.loadScript(java.io.File script)
Load a script from a File. |
static Script |
ScriptManager.loadScript(java.net.URL script)
Load a script from a URL. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||