Files
Yotta/TodoFunc.md
2025-07-11 01:09:46 +02:00

15 lines
918 B
Markdown

# TODO List
## CPP
- [ ] ``FDateTime GetStageStartTime(const int ContestId, const int StageId)`` _Renvoie le start time du contest et stage sélectionné_
- [ ] ``GetContestRanking(const int ContestId, TArray<DTFluxContestRanking>& outRankings)``
- [ ] ``GetContestRankingFromRank(const int ContestId, const int MaxLines=10, const int FirstRank, TArray<DTFluxContestRanking>& outRankings)``
- [ ] ``GetStageRanking(const int ContestId, const int StageId, TArray<DTFluxContestRanking>& outRankings)``
- [ ] ``GetStageRankingFromRank(const int ContestId, const int StageId, const int MaxLines=10, const int FirstRank, TArray<DTFluxContestRanking>& outRankings)``
- [ ] ``InitPursuit(const TArray<int> ContestId)``
- [ ] ``TDelegate GetPursuit(const TArray<int> ContestId, TArray<DTFluxPursuitInfo>& OutPursuitFocusNext, TArray<DTFluxPursuitInfo>& OutPursuitNext, bool& BIsFocusTruncate, const int Maxlines)``
## BP