Home
last modified time | relevance | path

Searched refs:SETFLYTOHEIGHT (Results 1 – 3 of 3) sorted by relevance

/dports/games/egoboo/egoboo-2.8.1/src/game/file_formats/
H A Deve_file.c136 peve->setyesno[SETFLYTOHEIGHT] = fget_next_bool( fileread ); in load_one_enchant_file_vfs()
137 peve->setvalue[SETFLYTOHEIGHT] = fget_int( fileread ); in load_one_enchant_file_vfs()
309 template_put_bool( filetemp, filewrite, peve->setyesno[SETFLYTOHEIGHT] ); in save_one_enchant_file_vfs()
310 template_put_int( filetemp, filewrite, peve->setvalue[SETFLYTOHEIGHT] ); in save_one_enchant_file_vfs()
H A Deve_file.h68 SETFLYTOHEIGHT, ///< Fly to this height enumerator
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Denchant.c562 case SETFLYTOHEIGHT: in enchant_apply_set()
1645 case SETFLYTOHEIGHT: in enchant_remove_set()