Home
last modified time | relevance | path

Searched refs:itemhealth (Results 1 – 13 of 13) sorted by relevance

/dports/games/xonotic/Xonotic/source/qcsrc/common/
H A Dt_items.qc1066 float itemhealth = item.health;
1070 itemhealth *= min(4, item.item_group_count);
1075 if (itemhealth)
1077 c = itemhealth / max(1, player.health);
/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1192 int itemhealth; // Now items spawned can have their properties changed member
1413 int itemhealth; member
H A Dopenbor.c9469 next.itemhealth = GET_INT_ARG(1); in load_level()
14186 p.health[0] = e->itemhealth; in drop_item()
14227 p.itemhealth = e->itemhealth; in drop_driver()
19227 if(props->itemhealth) e->itemhealth = props->itemhealth; in smartspawn()
H A Dopenborscript.c8674 spawnentry.itemhealth = (int)ltemp; in openbor_setspawnentry()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1214 int itemhealth; // Now items spawned can have their properties changed
1427 int itemhealth;
H A Dopenbor.c9608 next.itemhealth = GET_INT_ARG(1); in load_level()
14489 p.health[0] = e->itemhealth; in drop_item()
14530 p.itemhealth = e->itemhealth; in drop_driver()
19692 if(props->itemhealth) e->itemhealth = props->itemhealth; in smartspawn()
H A Dopenborscript.c8211 spawnentry.itemhealth = (int)ltemp; in openbor_setspawnentry()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1244 int itemhealth; // Now items spawned can have their properties changed member
1449 int itemhealth; member
H A Dopenbor.c13026 next.itemhealth = GET_INT_ARG(1); in load_level()
19810 p.health[0] = e->itemhealth; in drop_item()
19872 p.itemhealth = e->itemhealth; in drop_driver()
26634 if(props->itemhealth) in smartspawn()
26636 e->itemhealth = props->itemhealth; in smartspawn()
H A Dopenborscript.c9694 spawnentry.itemhealth = (int)ltemp; in openbor_setspawnentry()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h2014 int itemhealth; // Now items spawned can have their properties changed member
2221 int itemhealth; member
H A Dopenbor.c14900 next.itemhealth = GET_INT_ARG(1); in load_level()
22898 p.health[0] = e->itemhealth; in drop_item()
22960 p.itemhealth = e->itemhealth; in drop_driver()
30130 if(props->itemhealth) in smartspawn()
30132 e->itemhealth = props->itemhealth; in smartspawn()
H A Dopenborscript.c12464 spawnentry.itemhealth = (int)ltemp; in openbor_setspawnentry()