Home
last modified time | relevance | path

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

/dports/games/flare-engine/flare-engine-1.12/src/api/
H A DMapSaver.h77 REQUIRES_NOT_CLASS = 21, enumerator
H A DMapSaver.cpp45 EVENT_COMPONENT_NAME[EC::REQUIRES_NOT_CLASS] = "requires_not_class"; in MapSaver()
524 else if (e.type == EC::REQUIRES_NOT_CLASS) {
/dports/games/flare-engine/flare-engine-1.12/src/
H A DEventManager.h55 REQUIRES_NOT_CLASS = 21, enumerator
H A DCampaignManager.cpp276 else if (ec.type == EventComponent::REQUIRES_NOT_CLASS) { in checkAllRequirements()
H A DNPC.cpp594 else if (dialog[dialog_node][event_cursor].type == EventComponent::REQUIRES_NOT_CLASS) { in processDialog()
H A DEventManager.cpp447 e->type = EventComponent::REQUIRES_NOT_CLASS; in loadEventComponentString()