update To do function
This commit is contained in:
@ -1,9 +1,14 @@
|
|||||||
# TODO List
|
# TODO List
|
||||||
|
|
||||||
## CPP
|
## CPP
|
||||||
|
|
||||||
- [ ] ``FDateTime GetStageStartTime(const int ContestId, const int StageId)`` _Renvoie le start time du contest et stage sélectionné_
|
- [ ] ``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<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
|
## BP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user