|
@@ -66,6 +66,12 @@ PUBLISHED:
|
|
|
static TypeHandle get_class_type() {
|
|
static TypeHandle get_class_type() {
|
|
|
return _type_handle;
|
|
return _type_handle;
|
|
|
}
|
|
}
|
|
|
|
|
+ INLINE ValueType get_value() const {
|
|
|
|
|
+ return _value;
|
|
|
|
|
+ }
|
|
|
|
|
+ INLINE ValueType get_initial_value() const {
|
|
|
|
|
+ return _initial_value;
|
|
|
|
|
+ }
|
|
|
public:
|
|
public:
|
|
|
static void init_type() {
|
|
static void init_type() {
|
|
|
MovingPartBase::init_type();
|
|
MovingPartBase::init_type();
|