GE Lua Documentation

Press F to search!

getCurrentInteractableElements

Definition


-- @/lua/ge/extensions/gameplay/markerInteraction.lua:61

local function getCurrentInteractableElements()
  return currentInteractableElements
end

Callers

@/lua/ge/extensions/gameplay/missions/missionScreen.lua
  local dataToSend = {}
  local currentInteractableElements = gameplay_markerInteraction.getCurrentInteractableElements()
  if not currentInteractableElements then return end