mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 21:07:42 +00:00
Minor CActorParameters cleanup, initial CFlameThrower
This commit is contained in:
@@ -6,16 +6,21 @@
|
||||
namespace urde
|
||||
{
|
||||
class CFlameInfo;
|
||||
class CElementGen;
|
||||
class CFlameThrower : public CGameProjectile
|
||||
{
|
||||
static const zeus::CVector3f kLightOffset;
|
||||
zeus::CTransform x2e8_;
|
||||
|
||||
zeus::CAABox x318_ = zeus::CAABox::skNullBox;
|
||||
TToken<CGenDescription> x33c_flameDesc;
|
||||
std::unique_ptr<CElementGen> x348_flameGen;
|
||||
public:
|
||||
CFlameThrower(const TToken<CWeaponDescription>& wDesc, const std::string& name, EWeaponType wType,
|
||||
const CFlameInfo& flameInfo, const zeus::CTransform& xf, EMaterialTypes matType,
|
||||
const CDamageInfo& dInfo, TUniqueId owner, TAreaId aId, TUniqueId uid, u32 w1);
|
||||
|
||||
void Accept(IVisitor &visitor);
|
||||
|
||||
void SetTransform(const zeus::CTransform& xf);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user