Home
last modified time | relevance | path

Searched refs:get_gump_shape (Results 1 – 8 of 8) sorted by relevance

/dports/games/exult/exult-snapshot-v1.7.0.20211128/objs/
H A Dspellbook.cc302 gumpman->add_gump(this, get_info().get_gump_shape()); in activate()
H A Dcontain.cc404 else if ((gump = inf.get_gump_shape()) >= 0) { in show_gump()
H A Dobjs.cc1019 int gump = get_info().get_gump_shape(); in activate()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/server/
H A Dserver.cc490 int gump = ShapeID::get_info(obj->get_shapenum()).get_gump_shape(); in Handle_client_message()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/
H A Dshapeinf.h533 int get_gump_shape() const { in get_gump_shape() function
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dshapegroup.cc100 if (vgafile->get_info(i).get_gump_shape() >= 0) in Shape_group()
H A Dshapeedit.cc2866 int gump_shape = info.get_gump_shape(); in init_shape_notebook()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/
H A Dactors.cc2356 int gump = get_info().get_gump_shape(); in inventory_shapenum()
2358 gump = ShapeID::get_info(get_sexed_coloured_shape()).get_gump_shape(); in inventory_shapenum()
2360 gump = ShapeID::get_info(get_shape_real()).get_gump_shape(); in inventory_shapenum()
2365 gump = ShapeID::get_info(shape).get_gump_shape(); in inventory_shapenum()