GE Lua Documentation

Press F to search!

findAllObjects

Definition


-- @/=[C]:-1
function findAllObjects(...)

Callers

@/lua/ge/extensions/flowgraph/modules/prefabModule.lua

local function findAllObjects(obj, slf)
  local objectsByType = {}
  end
  data.allChildrenIds = findAllObjects(obj, self)
@/lua/ge/extensions/editor/levelValidator.lua
local function buildNodes(job)
  local objects = findAllObjects(SOTStaticShape)