CStats:GetRect
The GetRect method returns the CRect object used by the CStats object.
CRect = CStats:GetRect() |
On success, this method returns a new CRect object.
On failure, this method returns nil.
This method returns a new CRect. Therefore, the calling module does not need to use CRect:new prior to this method.