Home
last modified time | relevance | path

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

/dports/games/flare-engine/flare-engine-1.12/src/api/
H A DMapSaver.h76 REQUIRES_CLASS = 20, enumerator
H A DMapSaver.cpp44 EVENT_COMPONENT_NAME[EC::REQUIRES_CLASS] = "requires_class"; in MapSaver()
521 else if (e.type == EC::REQUIRES_CLASS) {
/dports/games/flare-engine/flare-engine-1.12/src/
H A DEventManager.h54 REQUIRES_CLASS = 20, enumerator
H A DCampaignManager.cpp272 else if (ec.type == EventComponent::REQUIRES_CLASS) { in checkAllRequirements()
H A DNPC.cpp591 else if (dialog[dialog_node][event_cursor].type == EventComponent::REQUIRES_CLASS) { in processDialog()
H A DEventManager.cpp441 e->type = EventComponent::REQUIRES_CLASS; in loadEventComponentString()