Home
last modified time | relevance | path

Searched refs:slottypes (Results 1 – 2 of 2) sorted by relevance

/dports/games/gemrb/gemrb-0.9.0/gemrb/core/
H A DInterface.cpp159 slottypes = NULL; in Interface()
343 free( slottypes ); in ~Interface()
3406 if (slottypes) { in InitItemTypes()
3407 free(slottypes); in InitItemTypes()
3408 slottypes = NULL; in InitItemTypes()
3421 slottypes[row].slot = i; in InitItemTypes()
3425 slottypes[row].slot = i; in InitItemTypes()
3473 if (idx==slottypes[i].slot) { in FindSlot()
3485 return slottypes[idx].slot; in QuerySlot()
3501 return slottypes[idx].slotid; in QuerySlotID()
[all …]
H A DInterface.h402 SlotType* slottypes; variable