Home
last modified time | relevance | path

Searched refs:dying2 (Results 1 – 9 of 9) sorted by relevance

/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/module/
H A DKviModuleExtension.cpp133 std::vector<KviModuleExtensionDescriptor *> dying2; in unregisterExtensionsByModule() local
138 dying2.push_back(&d); in unregisterExtensionsByModule()
141 for(auto de : dying2) in unregisterExtensionsByModule()
/dports/games/sauerbraten/sauerbraten/packages/models/mrfixit/
H A Danims.cfg30 md5anim "dying" "dying2.md5anim" 29
69 md5anim "dying" "dying2.md5anim" 29
/dports/games/openbor/openbor-3caaddd5/engine/source/openborscript/
H A Dentity.c423 (*pretvar)->lVal = (LONG)handle->dying2; in openbor_get_entity_property()
1516 handle->dying2 = temp_int; in openbor_set_entity_property()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h2018 int dying2; // Coresponds with which remap is to be used for the dying flash for per2 member
2211 int dying2; // Used for the dying flash animation health 25% (optional) member
H A Dopenbor.c14856 next.dying2 = GET_INT_ARG(4); in load_level()
21091 if(e->dying2 > 0) in display_ents()
21099 … drawmethod->table = model_get_colourmap(&(e->modeldata), e->dying2); in display_ents()
30184 …e->dying2 = props->dying2; // Dec 15, 2016 - Used to define which colourmap is used for the dyi… in smartspawn()
H A Dopenborscript.c7463 else (*pretvar)->lVal = (LONG)(ent->dying2); in openbor_getentityproperty()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2596 …unsigned int dying2; // Corresponds with which remap is to be used for the dying flash fo… member
2723 int dying2; // Used for the dying flash animation health 25% (optional) member
H A Dopenbor.c15456 next.dying2 = GET_INT_ARG(4); in load_level()
22500 if(e->dying2 > 0) in display_ents()
22510 … drawmethod->table = model_get_colourmap(&(e->modeldata), e->dying2); in display_ents()
33226 …e->dying2 = props->dying2; // Dec 15, 2016 - Used to define which colourmap is used for the dyi… in smartspawn()
H A Dopenborscript.c4483 else (*pretvar)->lVal = (LONG)(ent->dying2); in openbor_getentityproperty()