Skip to main content

Execute_JoinCareerFromInterviewContext

Description

Joins a career from the current interview event context. If the current SiteEvent is the interview common event, this execute uses the career and job stored in that event context to enroll the character into the career at the specified starting rank. Returns early when the current event context is not a valid interview event. Uses a system-side join flow (EB1CareerJoinReason::System) to avoid re-scheduling the interview.

Parameters

ParameterDescription
BaseObjectThe character to apply the career join result to.
F1Starting rank (0-based index) to assign upon joining.

Examples

DescriptionBaseObjectCommandF1
Confirm interview result and join career at rank 0SelfJoinCareerFromInterviewContext0
Confirm interview result and join career at rank 2SelfJoinCareerFromInterviewContext2