Class LuaHelpers
java.lang.Object
zombie.ui.ISUIWrapper.LuaHelpers
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Object
callLuaClass
(String string0, String string1, KahluaTable table, Object... objects1) static Object[]
callLuaClassReturnMultiple
(String string0, String string1, KahluaTable table, Object... objects0) static boolean
castBoolean
(Object object) static Double
castDouble
(Object object) static String
castString
(Object object) static KahluaTable
getJoypadState
(double double0) static KahluaTable
getPlayerContextMenu
(double double0) static KahluaTable
getPlayerData
(double double0) static boolean
tableContainsKey
(KahluaTable table, Object object) static boolean
tableContainsValue
(KahluaTable table, Object object) static void
tableSort
(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
-