# Get Mission Archive Difficulty Best Time Text

Grammar — Get the best time text of difficulty level difficultyLevel|DifficultyLevel for battleReportId to
FlagsNative | Function

Gets the dificulty-specific best time text for the specified mission archive.

# Arguments

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

Returns — text

native text BattleReportGetDifficultyLevelBestTimeText(
	int inBattleReportId,
	int inDifficultyLevel,
);

Category: Story / Mission Archives Panel

# Examples

— None found —