【Lua】組み込み系言語総合 その4【Squirrel】
■ このスレッドは過去ログ倉庫に格納されています
0749デフォルトの名無しさん
2011/10/02(日) 00:01:23.77lua_setfield(L, -2, "bar");
lua_pop(L,1);
luaL_dostring(L,"foo.bar=3");
lua_pop(L,1);
luabind::globals(L)["foo"]["bar"] = 3;
lua_pop(L,1);
■ このスレッドは過去ログ倉庫に格納されています