Home
last modified time | relevance | path

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

/dports/games/flare-engine/flare-engine-1.12/src/api/
H A DMapSaver.h71 REQUIRES_NOT_LEVEL = 15, enumerator
H A DMapSaver.cpp39 EVENT_COMPONENT_NAME[EC::REQUIRES_NOT_LEVEL] = "requires_not_level"; in MapSaver()
490 else if (e.type == EC::REQUIRES_NOT_LEVEL) {
/dports/games/flare-engine/flare-engine-1.12/src/
H A DEventManager.h49 REQUIRES_NOT_LEVEL = 15, enumerator
H A DCampaignManager.cpp268 else if (ec.type == EventComponent::REQUIRES_NOT_LEVEL) { in checkAllRequirements()
H A DNPC.cpp576 else if (dialog[dialog_node][event_cursor].type == EventComponent::REQUIRES_NOT_LEVEL) { in processDialog()
H A DEventManager.cpp377 e->type = EventComponent::REQUIRES_NOT_LEVEL; in loadEventComponentString()