Home
last modified time | relevance | path

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

/dports/games/flare-engine/flare-engine-1.12/src/api/
H A DMapSaver.h73 REQUIRES_NOT_CURRENCY = 17, enumerator
H A DMapSaver.cpp41 EVENT_COMPONENT_NAME[EC::REQUIRES_NOT_CURRENCY] = "requires_not_currency"; in MapSaver()
496 else if (e.type == EC::REQUIRES_NOT_CURRENCY) {
/dports/games/flare-engine/flare-engine-1.12/src/
H A DEventManager.h51 REQUIRES_NOT_CURRENCY = 17, enumerator
H A DCampaignManager.cpp252 else if (ec.type == EventComponent::REQUIRES_NOT_CURRENCY) { in checkAllRequirements()
H A DNPC.cpp582 else if (dialog[dialog_node][event_cursor].type == EventComponent::REQUIRES_NOT_CURRENCY) { in processDialog()
H A DEventManager.cpp389 e->type = EventComponent::REQUIRES_NOT_CURRENCY; in loadEventComponentString()