mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
More script object imps
This commit is contained in:
18
Runtime/World/CScriptDockAreaChange.hpp
Normal file
18
Runtime/World/CScriptDockAreaChange.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef __URDE_CSCRIPTDOCKAREACHANGE_HPP__
|
||||
#define __URDE_CSCRIPTDOCKAREACHANGE_HPP__
|
||||
|
||||
#include "CEntity.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
class CScriptDockAreaChange : public CEntity
|
||||
{
|
||||
s32 x34_dockReference;
|
||||
public:
|
||||
CScriptDockAreaChange(TUniqueId, const std::string&, const CEntityInfo&, s32, bool);
|
||||
|
||||
void AcceptScriptMsg(EScriptObjectMessage msg, TUniqueId objId, CStateManager &stateMgr);
|
||||
};
|
||||
}
|
||||
|
||||
#endif //__URDE_CSCRIPTDOCKAREACHANGE_HPP__
|
||||
Reference in New Issue
Block a user