Skip to content

Commit 93e01b5

Browse files
committed
feat: allow getting and printing event name from ID
1 parent dc5c148 commit 93e01b5

File tree

3 files changed

+28943
-1
lines changed

3 files changed

+28943
-1
lines changed

include/wwtools/bnk.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ std::string get_event_id_info(const std::string &indata,
5858
*/
5959
std::string get_wem_id_at_index(const std::string &indata, const int &index);
6060

61+
std::string get_event_name_from_id(const std::uint32_t &event_id);
62+
6163
/**
6264
* @brief get a string with the action type from the enum
6365
* @param action_type an action type to be converted to string

0 commit comments

Comments
 (0)