GE Lua Documentation

Press F to search!

addDecalTangent

Definition


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

Callers

@/lua/ge/extensions/editor/api/decal.lua
  editor.setDirty()
  local inst = Engine.Render.DecalMgr.addDecalTangent(pos, normal, tangent, template, decalScale or 1, decalTexIndex or -1, flags or 0, initialAlpha or 1)
  editor.notifyDecalModified(inst)