From f2847c909eb2f564840101b944a2ed5d44f88e84 Mon Sep 17 00:00:00 2001 From: Cornehu Date: Fri, 11 Jul 2025 01:09:46 +0200 Subject: [PATCH] update To do function --- TodoFunc.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/TodoFunc.md b/TodoFunc.md index 2b6136e..d4f133b 100644 --- a/TodoFunc.md +++ b/TodoFunc.md @@ -1,9 +1,14 @@ -# TODO List +# TODO List ## CPP - [ ] ``FDateTime GetStageStartTime(const int ContestId, const int StageId)`` _Renvoie le start time du contest et stage sélectionné_ -- [ ] ``GetStageStartTime(const int ContestId, const int StageId)`` +- [ ] ``GetContestRanking(const int ContestId, TArray& outRankings)`` +- [ ] ``GetContestRankingFromRank(const int ContestId, const int MaxLines=10, const int FirstRank, TArray& outRankings)`` +- [ ] ``GetStageRanking(const int ContestId, const int StageId, TArray& outRankings)`` +- [ ] ``GetStageRankingFromRank(const int ContestId, const int StageId, const int MaxLines=10, const int FirstRank, TArray& outRankings)`` +- [ ] ``InitPursuit(const TArray ContestId)`` +- [ ] ``TDelegate GetPursuit(const TArray ContestId, TArray& OutPursuitFocusNext, TArray& OutPursuitNext, bool& BIsFocusTruncate, const int Maxlines)`` ## BP