Home
last modified time | relevance | path

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

/dports/games/flare-engine/flare-engine-1.12/src/api/
H A DMapSaver.h74 REQUIRES_ITEM = 18, enumerator
H A DMapSaver.cpp42 EVENT_COMPONENT_NAME[EC::REQUIRES_ITEM] = "requires_item"; in MapSaver()
499 else if (e.type == EC::REQUIRES_ITEM) {
502 while (i+1 < components.size() && components[i+1].type == EC::REQUIRES_ITEM)
/dports/games/flare-engine/flare-engine-1.12/src/
H A DEventManager.h52 REQUIRES_ITEM = 18, enumerator
H A DCampaignManager.cpp256 else if (ec.type == EventComponent::REQUIRES_ITEM) { in checkAllRequirements()
H A DEventManager.cpp395 e->type = EventComponent::REQUIRES_ITEM; in loadEventComponentString()
407 e->type = EventComponent::REQUIRES_ITEM; in loadEventComponentString()
H A DNPC.cpp585 else if (dialog[dialog_node][event_cursor].type == EventComponent::REQUIRES_ITEM) { in processDialog()