mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 20:39:18 +02:00
work
This commit is contained in:
6
Event.h
6
Event.h
@@ -590,6 +590,12 @@ public:
|
||||
basic_event *
|
||||
begin() {
|
||||
return QueryRootEvent; }
|
||||
|
||||
basic_event*
|
||||
FindEventById(uint32_t id);
|
||||
uint32_t GetEventId(const basic_event *ev);
|
||||
uint32_t GetEventId(std::string const &Name);
|
||||
|
||||
// legacy method, returns pointer to specified event, or null
|
||||
basic_event *
|
||||
FindEvent( std::string const &Name );
|
||||
|
||||
Reference in New Issue
Block a user