B1EmployeeInfo
- Stores runtime employment information for a single employee, including department, pay, and attendance records.
| Property | Type | Description | Metadata |
|---|---|---|---|
| Department | FB1DepartmentKey | The department key identifying the employee's current position. | |
| LastPaydayTicks | int64 | Game time tick of the employee's last payday. | |
| JoinedTicks | int64 | Game time tick when the employee joined the company. | |
| JoinedDay | int32 | In-game day number when the employee joined. | |
| PromotionedTicks | int64 | Game time tick when the employee was last promoted. | |
| AbsenceDay | int32 | Number of days the employee has been absent. | |
| AttendanceDay | int32 | Number of days the employee has attended work. |