コード例 #1
0
ファイル: base.util.luaengine.c プロジェクト: GWRon/Dig
int lua_gcobject( lua_State *L ){
	BBObject *obj=lua_unboxobject( L,1 );
	BBRELEASE( obj );
	return 1;
}
コード例 #2
0
void lua_gcobject( lua_State *L )
{
	BBObject *obj=lua_unboxobject( L,1 );
	BBRELEASE( obj );
}