mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 01:47:43 +00:00
Lots of CPlayer implementations
This commit is contained in:
@@ -26,7 +26,7 @@ private:
|
||||
u32 x8_;
|
||||
u32 xc_;
|
||||
float x40_;
|
||||
EFluidType x44_;
|
||||
EFluidType x44_fluidType;
|
||||
float x48_;
|
||||
public:
|
||||
CFluidPlane(u32, u32, u32, EFluidType, float, const CFluidUVMotion&, float);
|
||||
@@ -35,7 +35,7 @@ public:
|
||||
CScriptWater& water, CStateManager& mgr);
|
||||
virtual void Update();
|
||||
float GetAlpha() const;
|
||||
EFluidType GetFluidType() const;
|
||||
EFluidType GetFluidType() const { return x44_fluidType; }
|
||||
const CFluidUVMotion& GetUVMotion() const;
|
||||
void GetColorTexture() const;
|
||||
bool HasColorTexture() const;
|
||||
|
||||
Reference in New Issue
Block a user