1 2 3 4
local res_type = world.get_type_by_name("TestResourceWithVariousFields") local res = world.get_resource(res_type) assert(res.vec_usize:len() == 5, "Length is not 5")