2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 09:07:43 +00:00

CPASDatabase imps

This commit is contained in:
2016-08-20 22:47:47 -07:00
parent 6cb956cced
commit 4244f39bd5
11 changed files with 320 additions and 34 deletions

View File

@@ -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;}