StatBag::+=

StatBag::+=
StatBag& operator +=(const StatBag& other);
Description

+= adds the statistics values of a different stat bag to the current stat bag.

Parameters
Parameters 
Description 
const StatBag& other 
Different stat bag whose values are added to the current stat bag. 
Return Value

The current stat bag containing the combined statistics value.