public static LuaReflection Get(IntPtr L) { #if !MULTI_STATE return(_reflection); #else return(GLuaState.GetReflection(L)); #endif }