Home
last modified time | relevance | path

Searched refs:DoesEventGroupExist (Results 1 – 8 of 8) sorted by relevance

/dports/games/allacrost/allacrost-1.0.2/dat/maps/
H A Ddesert_training.lua397 if (GlobalManager:DoesEventGroupExist("kyle_story") == false) then
400 if (GlobalManager:DoesEventGroupExist("last_visited") == false) then
H A Ddesert_barracks.lua544 if (GlobalManager:DoesEventGroupExist("last_visited") == false) then
H A Ddesert_outskirts.lua827 if (GlobalManager:DoesEventGroupExist("last_visited") == false) then
H A Dnew_cave.lua627 if (GlobalManager:DoesEventGroupExist("last_visited") == false) then
/dports/games/allacrost/allacrost-1.0.2/src/common/global/
H A Ddefs_global.cpp71 .def("DoesEventGroupExist", &GameGlobal::DoesEventGroupExist) in BindGlobalsToLua()
H A Dglobal.h287 bool DoesEventGroupExist(const std::string& group_name) const in DoesEventGroupExist() function
H A Dglobal.cpp587 if (DoesEventGroupExist(group_name) == true) { in AddNewEventGroup()
/dports/games/allacrost/allacrost-1.0.2/src/modes/map/
H A Dmap.cpp93 if (GlobalManager->DoesEventGroupExist(event_group_name) == false) { in MapMode()