Formula Source
function CommonFun.GetAttrName(attrid) if Table_RoleData then local attr = Table_RoleData[attrid] if attr then return attr.VarName end end return "" end
No formula links
CommonFun
Dataset · 20251127_update
Formula Source
function CommonFun.GetAttrName(attrid) if Table_RoleData then local attr = Table_RoleData[attrid] if attr then return attr.VarName end end return "" end
Version History