Formula

CommonFun.Print

formula.lua
1function CommonFun.Print(...)
2  local args = {
3    ...
4  }
5  for i, v in pairs(args) do
6    io.stdout:write("\t")
7    if type(v) == "boolean" then
8      io.stdout:write(v and "true" or "false")
9    else
10      io.stdout:write(v)
11    end
12  end
13  io.stdout:write("\n")
14  io.stdout:flush()
15end
Formula Graph

Connected Archive Data

See which cards, equipment, headwears, buffs, and other archived records connect to this formula.

Loading graph filters

CommonFun.Print

commonfun-print

Nodes

0

Edges

0

Related Nodes

Select at least one node type.