GE Lua Documentation

Press F to search!

findObjectListFrustum

Definition


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

Callers

@/lua/ge/extensions/editor/api/object.lua
    local defaultFlags = bit.bor(SOTTerrain, SOTWater, SOTStaticShape, SOTPlayer, SOTItem, SOTVehicle, SOTLight)
    return findObjectListFrustum(rectFrustum, defaultFlags), rectFrustum
  end