2018-10-28 00:20:30 +00:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "World/CPatterned.hpp"
|
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
namespace urde::MP1 {
|
|
|
|
class CChozoGhost : public CPatterned {
|
2018-10-28 00:20:30 +00:00
|
|
|
public:
|
2018-12-08 05:30:43 +00:00
|
|
|
class CBehaveChance {
|
|
|
|
u32 x0_propertyCount;
|
|
|
|
float x4_;
|
|
|
|
float x8_;
|
|
|
|
float xc_;
|
|
|
|
float x10_;
|
|
|
|
float x14_;
|
|
|
|
float x18_;
|
|
|
|
u32 x1c_;
|
|
|
|
|
|
|
|
public:
|
|
|
|
CBehaveChance(CInputStream&);
|
|
|
|
};
|
2018-10-28 00:20:30 +00:00
|
|
|
|
|
|
|
private:
|
|
|
|
public:
|
2018-12-08 05:30:43 +00:00
|
|
|
DEFINE_PATTERNED(ChozoGhost)
|
2018-10-28 00:20:30 +00:00
|
|
|
|
2018-12-08 05:30:43 +00:00
|
|
|
CChozoGhost(TUniqueId, std::string_view, const CEntityInfo&, const zeus::CTransform&, CModelData&&,
|
|
|
|
const CActorParameters&, const CPatternedInfo&, float, float, float, float, CAssetId, const CDamageInfo&,
|
|
|
|
CAssetId, const CDamageInfo&, const CChozoGhost::CBehaveChance&, const CChozoGhost::CBehaveChance&,
|
|
|
|
const CBehaveChance&, u16, float, u16, u16, u32, float, u32, float, CAssetId, s16, float, float, u32,
|
|
|
|
u32);
|
2018-10-28 00:20:30 +00:00
|
|
|
};
|
2018-12-08 05:30:43 +00:00
|
|
|
} // namespace urde::MP1
|