StatBag::=

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

= assigns the statistics value of a different stat bag to the current stat bag.

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

The current stat bag with new statistics value.