Home
last modified time | relevance | path

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

/dports/games/flare-engine/flare-engine-1.12/src/api/
H A DMapSaver.h72 REQUIRES_CURRENCY = 16, enumerator
H A DMapSaver.cpp40 EVENT_COMPONENT_NAME[EC::REQUIRES_CURRENCY] = "requires_currency"; in MapSaver()
493 else if (e.type == EC::REQUIRES_CURRENCY) {
/dports/games/flare-engine/flare-engine-1.12/src/
H A DEventManager.h50 REQUIRES_CURRENCY = 16, enumerator
H A DCampaignManager.cpp248 else if (ec.type == EventComponent::REQUIRES_CURRENCY) { in checkAllRequirements()
H A DNPC.cpp579 else if (dialog[dialog_node][event_cursor].type == EventComponent::REQUIRES_CURRENCY) { in processDialog()
H A DEventManager.cpp383 e->type = EventComponent::REQUIRES_CURRENCY; in loadEventComponentString()