mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 06:27:43 +00:00
Lots of CPlayer implementations
This commit is contained in:
@@ -40,6 +40,7 @@ public:
|
||||
void MakeInvalid();
|
||||
|
||||
bool IsInvalid() const { return x20_invalid == EInvalid::Invalid; }
|
||||
bool IsValid() const { return x20_invalid == EInvalid::Valid; }
|
||||
float GetT() const { return x0_t; }
|
||||
const zeus::CVector3f& GetPoint() const { return x4_point; }
|
||||
const zeus::CPlane& GetPlane() const { return x10_plane; }
|
||||
|
||||
Reference in New Issue
Block a user