Implement MxOmni::DoesEntityExist and related (#225)

* Implement MxOmni::DoesEntityExist and related

* Rename function for consistency
This commit is contained in:
Christian Semmler
2023-10-21 17:23:55 -04:00
committed by GitHub
parent 6931a817a6
commit 5dfb132025
5 changed files with 27 additions and 11 deletions

View File

@@ -7,6 +7,7 @@
#include "mxcore.h"
#include "mxnotificationparam.h"
#include "mxstreamcontroller.h"
#include "mxdsobject.h"
#include "mxtypes.h"
// NOTE: This feels like some kind of templated class, maybe something from the
@@ -92,11 +93,10 @@ public:
virtual MxResult Create(); // vtable+0x14
MxBool FUN_100b9b30(MxDSObject &p_dsObject);
MxStreamController *GetOpenStream(const char *p_name);
MxResult AddStreamControllerToOpenList(MxStreamController *p_stream);
MxResult MxStreamer::Unknown100b99b0(MxDSAction* p_action);
MxResult FUN_100b99b0(MxDSAction* p_action);
private:
list<MxStreamController *> m_openStreams; // 0x8