Skip to main content

B1TeamProjectState

  • Runtime state of an active team project, tracking points, timeline, and per-member contributions.
PropertyTypeDescriptionMetadata
ProjectIdFNameForeign key referencing the project definition in the data table.
CurrentPointint32Current accumulated contribution points for this project.
TotalPointint32Total points required for the Excellent grade, copied from the data table at project start.
StartTicksint64Project start time in game ticks.
DeadlineTicksint64Project deadline time in game ticks.
MemberContributionsTMapMap of entity IDs to their individual contribution point totals.
WorkedMemberIdsTArrayMembers who attended at least one day during the team project period.
* Members not in this list are excluded from evaluation (no rewards, no penalties).
bIsActiveboolWhether the project is currently active and accepting contributions.