mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
various implementation
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
#include "CMapWorldInfo.hpp"
|
||||
#include "CPlayerState.hpp"
|
||||
#include "CWorldTransManager.hpp"
|
||||
#include "ScriptObjectSupport.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
@@ -18,6 +19,15 @@ public:
|
||||
const std::weak_ptr<CMapWorldInfo>&,
|
||||
const std::weak_ptr<CPlayerState>&,
|
||||
const std::weak_ptr<CWorldTransManager>&);
|
||||
|
||||
void GetObjectListById() const
|
||||
{
|
||||
}
|
||||
void GetObjectById(TUniqueId uid) const
|
||||
{
|
||||
|
||||
}
|
||||
void SendScriptMsg(TUniqueId uid, TEditorId eid, EScriptObjectMessage msg, EScriptObjectState state);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user