AbsIndex() 공개 정적인 메소드

public static AbsIndex ( LuaState luaState, int index ) : int
luaState LuaState
index int
리턴 int
예제 #1
0
 public static int AbsIndex(this LuaState luaState, int index) => Lua.AbsIndex(luaState, index);