Home
last modified time | relevance | path

Searched refs:guardrate (Results 1 – 10 of 10) sorted by relevance

/dports/games/openbor3482/openbor-2c1ecd7/engine/
H A Dopenbor.h1090 char guardrate:8; // Rate for guardpoints recover. member
H A Dopenbor.c4678 newchar->chargerate = newchar->guardrate = 2; in init_model()
5533 newchar->guardrate = GET_INT_ARG(1); in load_cached_model()
12560 self->modeldata.guardpoints.current += (self->modeldata.guardrate/2); in update_health()
12565 self->modeldata.guardpoints.current += self->modeldata.guardrate; in update_health()
/dports/games/openbor3711/openbor-6ec17fa/engine/
H A Dopenbor.h1115 int guardrate:8; // Rate for guardpoints recover.
H A Dopenbor.c4800 newchar->chargerate = newchar->guardrate = 2; in init_model()
5634 newchar->guardrate = GET_INT_ARG(1); in load_cached_model()
12788 self->modeldata.guardpoints.current += (self->modeldata.guardrate/2); in update_health()
12793 self->modeldata.guardpoints.current += self->modeldata.guardrate; in update_health()
/dports/games/openbor3979/openbor-2bcf25b/engine/
H A Dopenbor.h1145 int guardrate; // Rate for guardpoints recover. member
H A Dopenbor.c7102 newchar->chargerate = newchar->guardrate = 2; in init_model()
8140 newchar->guardrate = GET_INT_ARG(1); in load_cached_model()
17463 self->modeldata.guardpoints.current += (self->modeldata.guardrate / 2); in update_health()
17471 self->modeldata.guardpoints.current += self->modeldata.guardrate; in update_health()
/dports/games/openbor4432/openbor-ba1eb4f/engine/
H A Dopenbor.h1878 int guardrate; // Rate for guardpoints recover. member
H A Dopenbor.c8347 newchar->chargerate = newchar->guardrate = 2; in init_model()
9445 newchar->guardrate = GET_INT_ARG(1); in load_cached_model()
20369 self->modeldata.guardpoints.current += (self->modeldata.guardrate / 2); in update_health()
20377 self->modeldata.guardpoints.current += self->modeldata.guardrate; in update_health()
/dports/games/openbor/openbor-3caaddd5/engine/
H A Dopenbor.h2363 int guardrate; // Rate for guardpoints recover. member
H A Dopenbor.c8686 newchar->chargerate = newchar->guardrate = 2; in init_model()
9838 newchar->guardrate = GET_INT_ARG(1); in load_cached_model()
21490 self->modeldata.guardpoints.current += (self->modeldata.guardrate / 2); in update_health()
21498 self->modeldata.guardpoints.current += self->modeldata.guardrate; in update_health()