GE Lua Documentation

Press F to search!

getActiveApp

Definition


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

Callers

@/lua/ge/extensions/editor/api/dynamicDecals.lua

  if DecalShapeRenderApp and DecalShapeRenderApp.getActiveApp and DecalShapeRenderApp:getActiveApp() then
    local appPtr = DecalShapeRenderApp:getActiveApp()
  if DecalShapeRenderApp and DecalShapeRenderApp.getActiveApp and DecalShapeRenderApp:getActiveApp() then
    local appPtr = DecalShapeRenderApp:getActiveApp()
    decalProjection = appPtr:getDecalProjection()