Generates an employee from the provided config.
Generates an employee from the provided config.
1 table config
the employee config.
2 number levelOffset
the offset to apply to the generated level.
employee-the newly generated employee object.
-- generate a female software engineer with a level between 3 to 5 aged 30 employeeCirculation:generateEmployeeFromConfig({role = "software_engineer", level = {3, 5}, age = 30, female = true})