mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:07:43 +00:00
CPASDatabase imps
This commit is contained in:
@@ -32,6 +32,7 @@ private:
|
||||
public:
|
||||
CPASAnimParm(UParmValue val, EParmType tp) : x4_type(tp), x0_value(val) {}
|
||||
|
||||
EParmType GetParameterType() const { return x4_type; }
|
||||
s32 GetEnumValue() const {return x0_value.m_int;}
|
||||
bool GetBoolValue() const {return x0_value.m_bool;}
|
||||
float GetReal32Value() const {return x0_value.m_float;}
|
||||
|
||||
Reference in New Issue
Block a user