GE Lua Documentation

Press F to search!

getClassIsRenderable

Definition


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

Callers

@/lua/ge/extensions/editor/api/core.lua
local function getObjectTypeVisible(typeName)
  return worldEditorCppApi.getClassIsRenderable(typeName)
end