Home
last modified time | relevance | path

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

/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_misc.c866 if (other->client->ps.holocronsCarried[self->count]) in HolocronTouch()
878 if (other->client->ps.holocronsCarried[i]) in HolocronTouch()
882 if (index_lowest == -1 || other->client->ps.holocronsCarried[i] < time_lowest) in HolocronTouch()
885 time_lowest = other->client->ps.holocronsCarried[i]; in HolocronTouch()
910 other->client->ps.holocronsCarried[index_lowest] = 0; in HolocronTouch()
930 other->client->ps.holocronsCarried[self->count] = level.time; in HolocronTouch()
970 ent->enemy->client->ps.holocronsCarried[ent->count] = 0; in HolocronThink()
983 if (!ent->enemy->client->ps.holocronsCarried[ent->count]) in HolocronThink()
1004 ent->enemy->client->ps.holocronsCarried[ent->count] = 0; in HolocronThink()
H A Dw_force.c456 ent->client->ps.holocronsCarried[i] = 0; in WP_SpawnInitForcePowers()
4749 if (self->client->ps.holocronsCarried[i]) in HolocronUpdate()
5440 if (self->client->ps.holocronsCarried[holo]) in WP_ForcePowersUpdate()
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dq_shared.h1211 float holocronsCarried[NUM_FORCE_POWERS]; member