MCPcopy Create free account
hub / github.com/JACoders/OpenJK / Script_DecrementFeeder

Function Script_DecrementFeeder

code/ui/ui_shared.cpp:2802–2812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2800}
2801
2802qboolean Script_DecrementFeeder(itemDef_t * item, const char ** args)
2803{
2804
2805 int feedercount = uiInfo.uiDC.feederCount(item->special);
2806 int value = GetCurrentFeederIndex(item);
2807 value--;
2808 if ( value < 0)
2809 value = feedercount-1;
2810 DC->feederSelection(item->special, value, item);
2811 return qtrue;
2812}
2813
2814
2815/*

Callers

nothing calls this directly

Calls 1

GetCurrentFeederIndexFunction · 0.85

Tested by

no test coverage detected