Home
last modified time | relevance | path

Searched refs:PickupAll (Results 1 – 6 of 6) sorted by relevance

/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dactors.h116 bool PickupAll; member
H A Dhandle_game_events.c246 a->PickupAll = e.u.ActorPickupAll.PickupAll; in HandleGameEvent()
H A Dactors.c120 if (actor->PickupAll && !gCampaign.IsClient) in UpdateActorState()
126 actor->PickupAll = false; in UpdateActorState()
537 if (actor->PickupAll) in CheckPickups()
556 PickupPickup(a, CArrayGet(&gPickups, ti->id), a->PickupAll); in CheckPickupFunc()
975 if (!actor->PickupAll && !(actor->lastCmd & CMD_BUTTON2) && in CommandActor()
980 e.u.ActorPickupAll.PickupAll = true; in CommandActor()
H A Dpickup.c237 a->PickupAll = false; in PickupPickup()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/proto/
H A Dmsg.proto177 bool PickupAll = 2; field
H A Dmsg.pb.h39 bool PickupAll; member
882 X(a, STATIC, SINGULAR, BOOL, PickupAll, 2)