# HG changeset patch # User Wuzzy # Date 1555686029 -3600 # Node ID 3c796552dfd1cc9ca70f3bec5a65f10588c6a379 # Parent b7cdb01850c5d2570d6d38f026c20b0727679a88 LuaLibraryUtils: Fix configurationfiles link for real diff -r b7cdb01850c5 -r 3c796552dfd1 LuaLibraryUtils.wiki --- a/LuaLibraryUtils.wiki Fri Apr 19 15:49:26 2019 +0100 +++ b/LuaLibraryUtils.wiki Fri Apr 19 16:00:29 2019 +0100 @@ -29,7 +29,7 @@ * `stat`: If `true` (default), will also write a message in the stats screen (whether record has been beaten, or current record if not). Otherwise, this writes nothing. == `getReadableChallengeRecord(recordType)` (1.0.0) == -Returns a human-readable description of a team record of the mission team (see also: `AddMissionTeam`) for the current challenge [Missions mission]. Team records are read from the team file. `recordType` is a record type. Possible record types are listed in [ConfigurationFiles#[Mission%20]]. This can be useful to display something in `ShowMission`. +Returns a human-readable description of a team record of the mission team (see also: `AddMissionTeam`) for the current challenge [Missions mission]. Team records are read from the team file. `recordType` is a record type. Possible record types are listed in [ConfigurationFiles#%5BMission%2520%3CMISSION_NAME%3E%5D]. This can be useful to display something in `ShowMission`. If the team does not have a record for the given record type yet, the empty string is returned. If the record type is invalid, `nil` is returned.