# Get Mission Archive Difficulty Completed

Grammar — Get the difficulty level difficultyLevel|DifficultyLevel of battleReportId as completed to
FlagsNative | Function

Gets whether a difficulty level as completed for the specified mission archive.

# Arguments

  • int [ preset::MissionArchive ] — Mission Archive Id
  • int [ difficulty ] — Difficulty Level

Returns — bool

native bool BattleReportGetDifficultyLevelCompleted(
	int inBattleReportId,
	int inDifficultyLevel,
);

Category: Story / Mission Archives Panel

# Examples

— None found —