Home
last modified time | relevance | path

Searched refs:CHANCE_EXEC (Results 1 – 4 of 4) sorted by relevance

/dports/games/flare-engine/flare-engine-1.12/src/api/
H A DMapSaver.h98 CHANCE_EXEC = 42, enumerator
H A DMapSaver.cpp64 EVENT_COMPONENT_NAME[EC::CHANCE_EXEC] = "chance_exec"; in MapSaver()
614 else if (e.type == EC::CHANCE_EXEC) {
/dports/games/flare-engine/flare-engine-1.12/src/
H A DEventManager.h76 CHANCE_EXEC = 42, enumerator
H A DEventManager.cpp662 e->type = EventComponent::CHANCE_EXEC; in loadEventComponentString()
749 EventComponent *ec_chance_exec = ev.getComponent(EventComponent::CHANCE_EXEC); in executeEventInternal()