Converts back to lbs from what the world is using as a measurement unit.
With metric enabled
pf1.utils.convertWeightBack(10); // => 20 Copy
pf1.utils.convertWeightBack(10); // => 20
With default imperial
pf1.utils.convertWeightBack(10); // => 10 Copy
pf1.utils.convertWeightBack(10); // => 10
The value to convert back to lbs.
The converted value. In the case of the metric system, converts from kg.
Converts back to lbs from what the world is using as a measurement unit.
Example
With metric enabled
With default imperial