Class AttachmentEditorState
java.lang.Object
zombie.gameStates.GameState
zombie.gameStates.AttachmentEditorState
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AttachmentEditorStatevoidenter()voidexit()readScript(String fileName) static voidreadScriptNew(ModelScript script) voidreenter()voidrender()voidsetTable(se.krka.kahlua.vm.KahluaTable table) update()static booleanupdateScript(String fileName, ArrayList<String> tokens, ModelScript modelScript) static booleanwriteScript(String fileName, ArrayList<String> tokens) voidyield()Methods inherited from class GameState
redirectState
-
Field Details
-
instance
-
-
Constructor Details
-
AttachmentEditorState
public AttachmentEditorState()
-
-
Method Details
-
enter
-
yield
-
reenter
-
exit
-
render
-
update
-
checkInstance
-
setTable
public void setTable(se.krka.kahlua.vm.KahluaTable table) -
fromLua0
-
fromLua1
-
readScriptNew
- Throws:
IOException
-
readScript
-
updateScript
public static boolean updateScript(String fileName, ArrayList<String> tokens, ModelScript modelScript) -
writeScript
-