Formula Source
function CommonFun.GetFormulaValue(srcUser, targetUser, type) if CommonFun.FormulaFuns[type] == nil then return 0 end local func = CommonFun.FormulaFuns[type] local value = func(srcUser, targetUser) return value end
No formula links
CommonFun
Dataset · 20251127_update
Formula Source
function CommonFun.GetFormulaValue(srcUser, targetUser, type) if CommonFun.FormulaFuns[type] == nil then return 0 end local func = CommonFun.FormulaFuns[type] local value = func(srcUser, targetUser) return value end
Version History