24class FltGroup :
public FltBeadID {
29 F_forward_animation = 0x40000000,
30 F_swing_animation = 0x20000000,
31 F_bounding_box = 0x10000000,
32 F_freeze_bounding_box = 0x08000000,
33 F_default_parent = 0x04000000,
36 int _relative_priority;
38 int _special_id1, _special_id2;
48 return get_class_type();
50 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
54 static void init_type() {
55 FltBeadID::init_type();
57 FltBeadID::get_class_type());
void register_type(TypeHandle &type_handle, const std::string &name)
This inline function is just a convenient way to call TypeRegistry::register_type(),...