public final class LuaStateFactory
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
static LuaState |
getExistingState(int index)
Returns a existing instance of LuaState
|
static int |
insertLuaState(LuaState L)
Receives a existing LuaState and checks if it exists in the states list.
|
static LuaState |
newLuaState()
Method that creates a new instance of LuaState
|
static void |
removeLuaState(int idx)
removes the luaState from the states list
|
public static LuaState newLuaState()
public static LuaState getExistingState(int index)
index - public static int insertLuaState(LuaState L)
L - public static void removeLuaState(int idx)
idx -