1 2 3 4 5 6
local res_type = world.get_type_by_name("TestResourceWithVariousFields") local res = world.get_resource(res_type) res.vec_usize:clear() assert(res.vec_usize:len() == 0, "Clear did not work")