mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 05:07:43 +00:00
Implement CFishCloud
This commit is contained in:
@@ -4,14 +4,15 @@
|
||||
|
||||
namespace urde {
|
||||
class CFishCloudModifier : public CActor {
|
||||
float xe8_;
|
||||
float xec_;
|
||||
float xe8_radius;
|
||||
float xec_priority;
|
||||
bool xf0_isRepulsor;
|
||||
bool xf1_;
|
||||
bool xf1_swirl;
|
||||
|
||||
public:
|
||||
CFishCloudModifier(TUniqueId, bool, std::string_view, const CEntityInfo&, const zeus::CVector3f&, bool, bool, float,
|
||||
float);
|
||||
CFishCloudModifier(TUniqueId uid, bool active, std::string_view name, const CEntityInfo& eInfo,
|
||||
const zeus::CVector3f& pos, bool isRepulsor, bool swirl, float radius,
|
||||
float priority);
|
||||
void Accept(IVisitor& visitor);
|
||||
void AcceptScriptMsg(EScriptObjectMessage, TUniqueId, CStateManager&);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user