GE Lua Documentation

Press F to search!

setCrawlState

Definition


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

M.setCrawlState = function(crawlerId, state)
  if crawlerId and state then
    crawlStates[crawlerId] = state
    return true
  end
  return false
end

Callers