diff options
author | Carbenium <carbenium@outlook.com> | 2020-07-25 18:16:17 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-24 00:01:38 +0100 |
commit | da17942af94a66ad4663d7995e2322d135366442 (patch) | |
tree | b2a90d288c68f3a986eb01d4e1fdb1d267c0afe8 /src/common/Utilities/EventMap.h | |
parent | a5d85deceda576bfa8231d0a703024d13df1ff88 (diff) |
Core/EventMap: Clarify documentation of ScheduleEvent
(cherry picked from commit 7865c1c197f4eb9165ef3ab26eb4f750a5b58960)
Diffstat (limited to 'src/common/Utilities/EventMap.h')
-rw-r--r-- | src/common/Utilities/EventMap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Utilities/EventMap.h b/src/common/Utilities/EventMap.h index f627f1d1ab2..7bea23bf7e4 100644 --- a/src/common/Utilities/EventMap.h +++ b/src/common/Utilities/EventMap.h @@ -115,7 +115,7 @@ public: /** * @name ScheduleEvent - * @brief Schedules a new event. + * @brief Schedules a new event. An existing event is not canceled. * @param eventId The id of the new event. * @param time The time until the event occurs as std::chrono type. * @param group The group which the event is associated to. Has to be between 1 and 8. 0 means it has no group. @@ -125,7 +125,7 @@ public: /** * @name ScheduleEvent - * @brief Schedules a new event. + * @brief Schedules a new event. An existing event is not canceled. * @param eventId The id of the new event. * @param minTime The minimum time until the event occurs as std::chrono type. * @param maxTime The maximum time until the event occurs as std::chrono type. |