GE Lua Documentation

Press F to search!

getAllCrawlStates

Definition


-- @/lua/ge/extensions/gameplay/crawl/utils.lua:1360

M.getAllCrawlStates = function()
  return crawlStates
end

Callers

@/lua/ge/extensions/gameplay/crawl/flowgraphBridge.lua
local function getActiveCrawlerId()
  local allStates = gameplay_crawl_utils.getAllCrawlStates()
  for crawlerId, state in pairs(allStates) do
@/lua/ge/extensions/gameplay/crawl/debug.lua
  if utils then
    local allStates = utils.getAllCrawlStates()
    if allStates then