mirror of https://github.com/PrimeDecomp/prime.git
parent
61bd16d0c7
commit
a955577934
|
@ -16,7 +16,7 @@ public:
|
||||||
|
|
||||||
CPASParmInfo(CInputStream& in);
|
CPASParmInfo(CInputStream& in);
|
||||||
|
|
||||||
CPASAnimInfo::EParmType GetParameterType() const { return x0_type; }
|
CPASAnimParm::EParmType GetParameterType() const { return x0_type; }
|
||||||
EWeightFunction GetWeightFunction() const { return x4_weightFunction; }
|
EWeightFunction GetWeightFunction() const { return x4_weightFunction; }
|
||||||
float GetWeight() const { return x8_weight; }
|
float GetWeight() const { return x8_weight; }
|
||||||
CPASAnimParm::UParmValue GetParameterMinValue() const { return xc_min; }
|
CPASAnimParm::UParmValue GetParameterMinValue() const { return xc_min; }
|
||||||
|
|
Loading…
Reference in New Issue