mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 08:17:03 +00:00
Initial CActorContraption imps
This commit is contained in:
@@ -11,15 +11,18 @@ namespace MP1
|
||||
class CActorContraption : public CScriptActor
|
||||
{
|
||||
/* AKA Why Zoid?!?!?!? */
|
||||
|
||||
TToken<CGenDescription> x300_;
|
||||
CDamageInfo x30c_;
|
||||
std::vector<std::pair<TUniqueId, std::string>> x2ec_children;
|
||||
TToken<CGenDescription> x300_flameThrowerGen;
|
||||
ResId x308_partId;
|
||||
CDamageInfo x30c_dInfo;
|
||||
public:
|
||||
CActorContraption(TUniqueId, const std::string&, const CEntityInfo&, const zeus::CTransform&, CModelData&&,
|
||||
const zeus::CAABox&, const CMaterialList&, float, float, const CHealthInfo&,
|
||||
const CDamageVulnerability&, const CActorParameters&, ResId, const CDamageInfo&, bool);
|
||||
|
||||
void Accept(IVisitor &visitor);
|
||||
|
||||
void Think(float, CStateManager &);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user