Home
last modified time | relevance | path

Searched refs:FA_LOOPING (Results 1 – 5 of 5) sorted by relevance

/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/shapeinf/
H A Daniinf.cc55 if (type == FA_LOOPING) { in read()
75 inf->set(FA_LOOPING, nframes, 0, 20, 1, -1); in create_from_tfa()
84 inf->set(FA_LOOPING, nframes, 8); in create_from_tfa()
87 inf->set(FA_LOOPING, nframes, 6); in create_from_tfa()
90 inf->set(FA_LOOPING, nframes, nframes-1, 0); in create_from_tfa()
H A Daniinf.h44 FA_LOOPING = 3, // Generic loop. enumerator
/dports/games/exult/exult-snapshot-v1.7.0.20211128/shapes/
H A Dshapewrite.cc373 WriteInt(out, sfx_delay, type != FA_LOOPING); in write()
374 if (type == FA_LOOPING) { in write()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/objs/
H A Danimate.cc391 case Animation_info::FA_LOOPING: in get_next_frame()
/dports/games/exult/exult-snapshot-v1.7.0.20211128/mapedit/
H A Dshapeedit.cc562 on = (sel == static_cast<int>(Animation_info::FA_LOOPING)); in on_shinfo_animation_type_changed()
2981 on = (type == Animation_info::FA_LOOPING); in init_shape_notebook()
3924 if (type == Animation_info::FA_LOOPING) { in save_shape_notebook()