mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 10:17:02 +00:00
Finish CActorContraption
This commit is contained in:
@@ -12,9 +12,9 @@ namespace MP1
|
||||
class CActorContraption : public CScriptActor
|
||||
{
|
||||
/* AKA Why Zoid?!?!?!? */
|
||||
std::vector<std::pair<TUniqueId, std::string>> x2e4_children;
|
||||
std::vector<std::pair<TUniqueId, std::string>> x2e8_children;
|
||||
TToken<CGenDescription> x300_flameThrowerGen;
|
||||
ResId x308_partId;
|
||||
ResId x308_flameFxId;
|
||||
CDamageInfo x30c_dInfo;
|
||||
public:
|
||||
CActorContraption(TUniqueId, const std::string&, const CEntityInfo&, const zeus::CTransform&, CModelData&&,
|
||||
@@ -22,10 +22,11 @@ public:
|
||||
const CDamageVulnerability&, const CActorParameters&, ResId, const CDamageInfo&, bool);
|
||||
|
||||
void Accept(IVisitor &visitor);
|
||||
|
||||
void AcceptScriptMsg(EScriptObjectMessage, TUniqueId, CStateManager &);
|
||||
void Think(float, CStateManager &);
|
||||
void DoUserAnimEvent(CStateManager &, CInt32POINode &, EUserEventType);
|
||||
CFlameThrower* CreateFlameThrower(const std::string&, CStateManager&);
|
||||
void ResetFlameThrowers(CStateManager& mgr);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user