public class PerThreadGameScript<S> extends GameScript<S>
GameScript for language runtimes where
a script must be compiled on a per thread basis| Constructor and Description |
|---|
PerThreadGameScript(java.lang.String content) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContent() |
S |
getScript() |
boolean |
hasScript() |
void |
setScript(S script) |
getId, offsetIdspublic S getScript()
getScript in class GameScript<S>public boolean hasScript()
hasScript in class GameScript<S>public void setScript(S script)
setScript in class GameScript<S>public java.lang.String getContent()