Home
last modified time | relevance | path

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

/dports/games/flare-engine/flare-engine-1.12/src/api/
H A DMapSaver.h75 REQUIRES_NOT_ITEM = 19, enumerator
H A DMapSaver.cpp43 EVENT_COMPONENT_NAME[EC::REQUIRES_NOT_ITEM] = "requires_not_item"; in MapSaver()
510 else if (e.type == EC::REQUIRES_NOT_ITEM) {
513 while (i+1 < components.size() && components[i+1].type == EC::REQUIRES_NOT_ITEM)
/dports/games/flare-engine/flare-engine-1.12/src/
H A DEventManager.h53 REQUIRES_NOT_ITEM = 19, enumerator
H A DCampaignManager.cpp260 else if (ec.type == EventComponent::REQUIRES_NOT_ITEM) { in checkAllRequirements()
H A DEventManager.cpp418 e->type = EventComponent::REQUIRES_NOT_ITEM; in loadEventComponentString()
430 e->type = EventComponent::REQUIRES_NOT_ITEM; in loadEventComponentString()
H A DNPC.cpp588 else if (dialog[dialog_node][event_cursor].type == EventComponent::REQUIRES_NOT_ITEM) { in processDialog()