Class LuaHelpers
java.lang.Object
zombie.ui.ISUIWrapper.LuaHelpers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectcallLuaClass(String string0, String string1, KahluaTable table, Object... objects1) static Object[]callLuaClassReturnMultiple(String string0, String string1, KahluaTable table, Object... objects0) static booleancastBoolean(Object object) static DoublecastDouble(Object object) static StringcastString(Object object) static KahluaTablegetJoypadState(double double0) static KahluaTablegetPlayerContextMenu(double double0) static KahluaTablegetPlayerData(double double0) static booleantableContainsKey(KahluaTable table, Object object) static booleantableContainsValue(KahluaTable table, Object object) static voidtableSort(KahluaTable table, Comparator<Map.Entry<Object, Object>> comparator)
-
Constructor Details
-
LuaHelpers
public LuaHelpers()
-
-
Method Details
-
callLuaClass
public static Object callLuaClass(String string0, String string1, KahluaTable table, Object... objects1) -
callLuaClassReturnMultiple
public static Object[] callLuaClassReturnMultiple(String string0, String string1, KahluaTable table, Object... objects0) -
getJoypadState
-
castBoolean
-
castDouble
-
castString
-
tableContainsKey
-
tableContainsValue
-
tableSort
-
getPlayerContextMenu
-
getPlayerData
-